Vdl : Add proxy.

This commit is contained in:
Dmitry Voronin 2024-08-17 00:12:27 +03:00
parent d32c1cc634
commit f3636f7850
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -25,7 +25,7 @@
[[ -f "Src.txt" ]] || echo "''${target}" > Src.txt [[ -f "Src.txt" ]] || echo "''${target}" > Src.txt
# Download [LINK] content. # 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. # Temporary fix for vk downloads.