aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-03-03 13:57:29 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-03-03 13:57:29 +0100
commit938c3f65b6c1c1f5b8f7eb731a3eef00a06b6128 (patch)
treef57ce8894e85902d654ef7c009572f26fb60f3cb /youtube_dl/options.py
parent499bfcbfd09e85f053d7e8943a8d47fed9349b0e (diff)
parent2461f79d2ad9eee44644f6187e366125a29aa70f (diff)
Merge branch 'cn-verification-proxy'
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index df2be7b74..a4ca8adc4 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -195,6 +195,12 @@ def parseOpts(overrideArguments=None):
action='store_const', const='::', dest='source_address',
help='Make all connections via IPv6 (experimental)',
)
+ network.add_option(
+ '--cn-verification-proxy',
+ dest='cn_verification_proxy', default=None, metavar='URL',
+ help='Use this proxy to verify the IP address for some Chinese sites. '
+ 'The default proxy specified by --proxy (or none, if the options is not present) is used for the actual downloading. (experimental)'
+ )
selection = optparse.OptionGroup(parser, 'Video Selection')
selection.add_option(