Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/__init__.py
|
@ -67,7 +67,7 @@ def _real_main(argv=None): |
|
|
# Custom HTTP headers |
|
|
# Custom HTTP headers |
|
|
if opts.headers is not None: |
|
|
if opts.headers is not None: |
|
|
for h in opts.headers: |
|
|
for h in opts.headers: |
|
|
if h.find(':', 1) < 0: |
|
|
|
|
|
|
|
|
if ':' not in h: |
|
|
parser.error('wrong header formatting, it should be key:value, not "%s"' % h) |
|
|
parser.error('wrong header formatting, it should be key:value, not "%s"' % h) |
|
|
key, value = h.split(':', 1) |
|
|
key, value = h.split(':', 1) |
|
|
if opts.verbose: |
|
|
if opts.verbose: |
|
|