[crunchyroll] extract playlist entries ids
[youtube-dl] / youtube_dl / __init__.py
index 5c5b8094bc1b6cbc68b09eba85b06a63a2ee785d..f91d29a7b832d473c9876f9e8a455844b94f3cc0 100644 (file)
@@ -414,6 +414,8 @@ 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,
     }
 
     with YoutubeDL(ydl_opts) as ydl: