diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-18 00:24:49 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-18 00:24:49 -0700 |
commit | 08b465c935ddc3cafd136c7cd88778f45d463082 (patch) | |
tree | ea450a7b9177a4ae5ee476bb821df83bb610fe27 /home/xyz/.config/yt-dlp | |
parent | 39c2c17a911bf2bad9a41be1c3ed2b65b9957e20 (diff) |
alias pactree, fix yt-dlp aria2c download slow, qrcp use wifi
Diffstat (limited to 'home/xyz/.config/yt-dlp')
-rw-r--r-- | home/xyz/.config/yt-dlp/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.config/yt-dlp/config b/home/xyz/.config/yt-dlp/config index 3d455195..4ed6c4a7 100644 --- a/home/xyz/.config/yt-dlp/config +++ b/home/xyz/.config/yt-dlp/config @@ -2,7 +2,8 @@ --external-downloader aria2c # workaround youtube throttle ---throttled-rate 100K +# mar 17 2022 if use this command download is very slow, not sure why +#--throttled-rate 100K # player_client=android,web seems become default since 2021.07.21 version #--extractor-args youtube:player_client=android |