mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-11 11:57:30 -05:00
[extractor/common] Remove irrelevant comment
This commit is contained in:
parent
6a801f4470
commit
49caf3307f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user