projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a801f4
)
[extractor/common] Remove irrelevant comment
author
Sergey M․
<dstftw@gmail.com>
Sun, 10 Apr 2016 11:10:27 +0000
(17:10 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 10 Apr 2016 11:10:27 +0000
(17:10 +0600)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 17d00721caad1a82f93a82458d0efdd40697abcd..5269059d0d9e080a2e3650f7ce30a8e8d3422d96 100644
(file)
--- 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)