From 128d2f9c836ed2642f999a9903686acced1c4bc9 Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 2 Aug 2021 10:40:47 -0700 Subject: mv yt-dlp config from cfgl --- .config/yt-dlp/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/yt-dlp/config (limited to '.config/yt-dlp/config') diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config new file mode 100644 index 00000000..b9968183 --- /dev/null +++ b/.config/yt-dlp/config @@ -0,0 +1,2 @@ +# --external-downloader also works for youtube-dl +--external-downloader aria2c -- cgit v1.2.3-70-g09d2 From 8e06cadf7c52a1f09de62416c7325259cfa20f72 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 8 Aug 2021 12:14:07 -0700 Subject: yt-dlp yt throttle workaround --- .config/yt-dlp/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/yt-dlp/config') diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index b9968183..95f9c505 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -1,2 +1,7 @@ # --external-downloader also works for youtube-dl --external-downloader aria2c + +# workaround youtube throttle +--throttled-rate 100K +# player_client=android,web seems become default since 2021.07.21 version +#--extractor-args youtube:player_client=android -- cgit v1.2.3-70-g09d2 From 179891878fc7b967c1cc3d74a739c2c9cfe67ee6 Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 20 Sep 2021 18:22:22 -0700 Subject: yt-dlp config, sub-lang --- .config/yt-dlp/config | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/yt-dlp/config') diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index 95f9c505..3d455195 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -5,3 +5,6 @@ --throttled-rate 100K # player_client=android,web seems become default since 2021.07.21 version #--extractor-args youtube:player_client=android + +# manpage says yt-dlp use --sub-langs, youtube-dl use --sub-lang, but experiment shows yt-dlp also use --sub-lang +--sub-lang zh-Hans,zh-CN,zh-Hant,zh-SG,zh-TW,zh-HK,en,en-US,en-GB -- cgit v1.2.3-70-g09d2