logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 49caf3307f1ae713acaeed651984a6338293b8d3
parent 6a801f44704c3df49563852108c104c43a0551cc
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 10 Apr 2016 17:10:27 +0600

[extractor/common] Remove irrelevant comment

Diffstat:

Myoutube_dl/extractor/common.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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)