Browse Source

first push

wangkun 2 năm trước cách đây
mục cha
commit
4011f392b2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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()