[extractor/common] Remove irrelevant comment

This commit is contained in:
Sergey M․ 2016-04-10 17:10:27 +06:00
parent 6a801f4470
commit 49caf3307f
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 0 additions and 1 deletions

View File

@ -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)