1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

missing proxy in options

This commit is contained in:
Johan Andersson 2018-01-09 23:33:21 +01:00
parent 4826c22781
commit d33e9a5e85

View File

@ -165,6 +165,7 @@ class Options(object):
self.stream_prio = None
self.remux = False
self.silent_semi = False
self.proxy = None
def get_multiple_media(urls, options):
if options.output and os.path.isfile(options.output):