mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00: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
	 Philipp Hagemeister
					Philipp Hagemeister