[extractor/common] Remove irrelevant comment

pull/8/head
Sergey M․ 2016-04-10 17:10:27 +06:00
rodzic 6a801f4470
commit 49caf3307f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 0 dodań i 1 usunięć
youtube_dl/extractor

Wyświetl plik

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