Browse Source
[extractor/common] Remove irrelevant comment
master
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
0 additions and
1 deletions
-
youtube_dl/extractor/common.py
|
|
@ -376,7 +376,6 @@ class InfoExtractor(object): |
|
|
|
self.to_screen('%s' % (note,)) |
|
|
|
else: |
|
|
|
self.to_screen('%s: %s' % (video_id, note)) |
|
|
|
# data, headers and query params will be ignored for `Request` objects |
|
|
|
if isinstance(url_or_request, compat_urllib_request.Request): |
|
|
|
url_or_request = update_Request( |
|
|
|
url_or_request, data=data, headers=headers, query=query) |
|
|
|