diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index ce2b20c75..3260c62fc 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -234,6 +234,10 @@ import: | |||
234 | videos: | 234 | videos: |
235 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | 235 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html |
236 | enabled: false | 236 | enabled: false |
237 | # You can use an HTTP/HTTPS/SOCKS proxy with youtube-dl | ||
238 | proxy: | ||
239 | enabled: false | ||
240 | url: "" | ||
237 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) | 241 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) |
238 | enabled: false | 242 | enabled: false |
239 | 243 | ||