diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-10 17:10:27 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-10 17:10:27 +0600 |
commit | 49caf3307f1ae713acaeed651984a6338293b8d3 (patch) | |
tree | d8088c59c16df6aba493178cda3d85adef006adc /youtube_dl/extractor/common.py | |
parent | 6a801f44704c3df49563852108c104c43a0551cc (diff) |
[extractor/common] Remove irrelevant comment
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 17d00721c..5269059d0 100644 --- a/youtube_dl/extractor/common.py +++ b/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) |