[letv] Add --cn-verification-proxy (Closes #5077)

This commit is contained in:
Philipp Hagemeister 2015-03-03 00:03:06 +01:00
parent a7440261c5
commit 91410c9bfa
5 changed files with 49 additions and 7 deletions

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