diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 52892acfb..30cd2ffe0 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -248,6 +248,10 @@ import: | |||
248 | videos: | 248 | videos: |
249 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | 249 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html |
250 | enabled: false | 250 | enabled: false |
251 | # You can use an HTTP/HTTPS/SOCKS proxy with youtube-dl | ||
252 | proxy: | ||
253 | enabled: false | ||
254 | url: "" | ||
251 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) | 255 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) |
252 | enabled: false | 256 | enabled: false |
253 | 257 | ||