]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/__init__.py
New upstream version 2017.02.24.1
[youtubedl] / youtube_dl / __init__.py
index 5c5b8094bc1b6cbc68b09eba85b06a63a2ee785d..0c401baa6640fc7aaef83cd4ca11a1a4462919b1 100644 (file)
@@ -414,6 +414,11 @@ def _real_main(argv=None):
         'cn_verification_proxy': opts.cn_verification_proxy,
         'geo_verification_proxy': opts.geo_verification_proxy,
         'config_location': opts.config_location,
+        'geo_bypass': opts.geo_bypass,
+        'geo_bypass_country': opts.geo_bypass_country,
+        # just for deprecation check
+        'autonumber': opts.autonumber if opts.autonumber is True else None,
+        'usetitle': opts.usetitle if opts.usetitle is True else None,
     }
 
     with YoutubeDL(ydl_opts) as ydl: