Vdl: Use ipv4 for now.
This commit is contained in:
parent
382d8dd58f
commit
7f6b8e07ee
|
@ -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 -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.
|
# Temporary fix for vk downloads.
|
||||||
|
|
Loading…
Reference in a new issue