Include the proxy in the parameters for YoutubeDL (fixes #1831)

pull/8/head
Jaime Marquínez Ferrándiz 2013-11-26 08:03:11 +01:00
rodzic d8ec4959c8
commit c2e52508cc
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -651,6 +651,7 @@ def _real_main(argv=None):
'download_archive': opts.download_archive,
'cookiefile': opts.cookiefile,
'nocheckcertificate': opts.no_check_certificate,
'proxy': opts.proxy,
}
with YoutubeDL(ydl_opts) as ydl: