Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -1,2 +1,2 @@
__version__ = '2013.11.25.3'
__version__ = '2013.11.26'