[downloader:ytdl] forward proxy settings

This commit is contained in:
Mike Fährmann
2019-11-05 16:16:26 +01:00
parent 4325695d74
commit a5be08a830

View File

@@ -29,6 +29,7 @@ class YoutubeDLDownloader(DownloaderBase):
"nocheckcertificate": not self.config("verify", extractor._verify),
"nopart": not self.part,
"updatetime": self.config("mtime", True),
"proxy": extractor.session.proxies.get("http"),
}
options.update(self.config("raw-options") or {})