From 677012b4ee53e5099e8c90445616644e1a6af9ef Mon Sep 17 00:00:00 2001 From: Mark Van den Borre Date: Wed, 18 Nov 2020 14:06:20 +0100 Subject: default youtube-dl to use ipv4 (#3311) Co-authored-by: Rigel Kent --- config/default.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index b16fafa40..c315878b2 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -285,6 +285,9 @@ import: videos: http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html enabled: false + # IPv6 is very strongly rate-limited on most sites supported by youtube-dl + forceipv4: + enabled: true # You can use an HTTP/HTTPS/SOCKS proxy with youtube-dl proxy: enabled: false -- cgit v1.2.3