Rename bypass geo restriction options

This commit is contained in:
Sergey M․ 2017-02-19 01:53:41 +07:00 committed by Sergey M
parent 0016b84e16
commit 0a840f584c
4 changed files with 14 additions and 15 deletions

View file

@ -414,8 +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,
'bypass_geo_restriction': opts.bypass_geo_restriction,
'bypass_geo_restriction_as_country': opts.bypass_geo_restriction_as_country,
'geo_bypass': opts.geo_bypass,
'geo_bypass_country': opts.geo_bypass_country,
}
with YoutubeDL(ydl_opts) as ydl: