From 7d1a94a878a23507ecbef94d1236da9e9feb2ded Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 1 Dec 2024 00:01:28 +0300 Subject: [PATCH] Vdl: Use ipv4 for now. --- 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 7853fcf..cfe6022 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 -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.