mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
Update revivetube.py
This commit is contained in:
parent
7fe1bf52d7
commit
67224323ec
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue