mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +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) |             return self.url_result('http://' + url) | ||||||
|         video_id = os.path.splitext(url.split('/')[-1])[0] |         video_id = os.path.splitext(url.split('/')[-1])[0] | ||||||
|  |  | ||||||
|  |         self.to_screen(u'%s: Requesting header' % video_id) | ||||||
|  |  | ||||||
|         try: |         try: | ||||||
|             response = self._send_head(url) |             response = self._send_head(url) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister