diff --git a/revivetube.py b/revivetube.py index 3f68e7d..6e7d031 100644 --- a/revivetube.py +++ b/revivetube.py @@ -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}" ]