Update download_video.py
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ def generate_infos():
|
||||
def download_video(info):
|
||||
link = info["link"]
|
||||
filename = info["filename"]
|
||||
os.system(f"youtube-dl -f 0 {link} -o ./video_data/{filename}.mp4" --no-check-certificate)
|
||||
os.system(f"youtube-dl -f 0 {link} -o ./video_data/{filename}.mp4 --no-check-certificate")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user