Vdl: Use ipv4 for now.

This commit is contained in:
Dmitry Voronin 2024-12-01 00:01:28 +03:00
parent 382d8dd58f
commit 7f6b8e07ee
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -25,7 +25,7 @@
[[ -f "Src.txt" ]] || echo "''${target}" > Src.txt
# Download [LINK] content.
yt-dlp -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
yt-dlp -4 -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.