diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-18 14:11:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-18 14:11:15 +0100 |
commit | e0409585a744ab7b41869bc08bfb2b33febe3bba (patch) | |
tree | f43718d68fa7adaad65c846af1fc9b280829b7a1 /config/production.yaml.example | |
parent | 677012b4ee53e5099e8c90445616644e1a6af9ef (diff) | |
download | PeerTube-e0409585a744ab7b41869bc08bfb2b33febe3bba.tar.gz PeerTube-e0409585a744ab7b41869bc08bfb2b33febe3bba.tar.zst PeerTube-e0409585a744ab7b41869bc08bfb2b33febe3bba.zip |
Fix youtube-dl ipv4 PR
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index bbaafd9b4..ec38f4cf7 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -299,9 +299,10 @@ import: | |||
299 | videos: | 299 | videos: |
300 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | 300 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html |
301 | enabled: false | 301 | enabled: false |
302 | |||
302 | # IPv6 is very strongly rate-limited on most sites supported by youtube-dl | 303 | # IPv6 is very strongly rate-limited on most sites supported by youtube-dl |
303 | forceipv4: | 304 | force_ipv4: false |
304 | enabled: true | 305 | |
305 | # You can use an HTTP/HTTPS/SOCKS proxy with youtube-dl | 306 | # You can use an HTTP/HTTPS/SOCKS proxy with youtube-dl |
306 | proxy: | 307 | proxy: |
307 | enabled: false | 308 | enabled: false |