From f3636f7850409b8df5140b01f0ad4ee438f71c3b Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 17 Aug 2024 00:12:27 +0300 Subject: [PATCH] Vdl : Add proxy. --- home/program/bash/module/Vdl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/program/bash/module/Vdl.nix b/home/program/bash/module/Vdl.nix index d917ac17..2cc76e96 100644 --- a/home/program/bash/module/Vdl.nix +++ b/home/program/bash/module/Vdl.nix @@ -25,7 +25,7 @@ [[ -f "Src.txt" ]] || echo "''${target}" > Src.txt # Download [LINK] content. - yt-dlp -f 'bestvideo[height<=?1081]+bestaudio/best' --download-archive Index.txt --embed-thumbnail --embed-subs --write-auto-subs --embed-metadata --merge-output-format mkv -cio '%(playlist_index)000006d_%(id)s.%(ext)s' ''${target} # || _vdl_retry + yt-dlp --proxy 'socks5://zapret.containers:1080/' -S 'res:1080,codec:av1,codec:vp9,codec:h264' --download-archive Index.txt --embed-thumbnail --embed-subs --write-auto-subs --embed-metadata --merge-output-format mkv -cio '%(playlist_index)000006d_%(id)s.%(ext)s' ''${target} # || _vdl_retry } # Temporary fix for vk downloads.