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 +++ config/production.yaml.example | 3 +++ 2 files changed, 6 insertions(+) (limited to 'config') 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 diff --git a/config/production.yaml.example b/config/production.yaml.example index 6c331b8b3..bbaafd9b4 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -299,6 +299,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