From 67224323ec6731138189356251a01444072a1e13 Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:46:48 +0100 Subject: [PATCH] Update revivetube.py --- revivetube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" ]