mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-04 17:17:08 -05:00
[generic] Output something before making network requests
This commit is contained in:
@@ -162,6 +162,8 @@ class GenericIE(InfoExtractor):
|
||||
return self.url_result('http://' + url)
|
||||
video_id = os.path.splitext(url.split('/')[-1])[0]
|
||||
|
||||
self.to_screen(u'%s: Requesting header' % video_id)
|
||||
|
||||
try:
|
||||
response = self._send_head(url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user