default youtube-dl to use ipv4 (#3311)

Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
This commit is contained in:
Mark Van den Borre
2020-11-18 14:06:20 +01:00
committed by GitHub
parent 7f88a58e3f
commit 677012b4ee
4 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -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