mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[extractor/common] Remove irrelevant comment
This commit is contained in:
parent
6a801f4470
commit
49caf3307f
1 changed files with 0 additions and 1 deletions
|
@ -376,7 +376,6 @@ def _request_webpage(self, url_or_request, video_id, note=None, errnote=None, fa
|
|||
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 a new issue