Update revivetube.py

This commit is contained in:
TheErrorExe 2025-01-01 22:46:48 +01:00 committed by GitHub
parent 7fe1bf52d7
commit 67224323ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -302,7 +302,7 @@ def process_video(video_id):
command = [
"yt-dlp",
"-f worstvideo+worstaudio",
"http://localhost:4000",
"--proxy", "http://localhost:4000",
"-o", temp_video_path,
f"https://m.youtube.com/watch?v={video_id}"
]