[YoutubeDL] Check for bytes instead of unicode output templates (#5192)
[youtube-dl] / youtube_dl / __init__.py
index 6056da1be873284f696f651d24da1043a9f1d304..a08ddd67097162989e3c5c82502d5654bbc4b0e0 100644 (file)
@@ -364,6 +364,7 @@ def _real_main(argv=None):
         'ffmpeg_location': opts.ffmpeg_location,
         'hls_prefer_native': opts.hls_prefer_native,
         'external_downloader_args': external_downloader_args,
+        'cn_verification_proxy': opts.cn_verification_proxy,
     }
 
     with YoutubeDL(ydl_opts) as ydl: