Browse Source

first push

wangkun 2 years ago
parent
commit
4011f392b2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/common.py

+ 2 - 2
main/common.py

@@ -104,7 +104,7 @@ class Common:
             # 需要下载的视频地址
             video_url = str(d_url).replace('http://', 'https://')
             # 视频名
-            video_name = "video1.mp4"
+            video_name = "video.mp4"
 
             # 下载视频
             urllib3.disable_warnings()
@@ -122,7 +122,7 @@ class Common:
             # 需要下载的视频地址
             audio_url = str(d_url).replace('http://', 'https://')
             # 音频名
-            audio_name = "audio1.mp4"
+            audio_name = "audio.mp4"
 
             # 下载视频
             urllib3.disable_warnings()