mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Use report_warning when a not working IE will be uses
This commit is contained in:
		| @@ -455,7 +455,7 @@ class FileDownloader(object): | ||||
|  | ||||
|             # Warn if the _WORKING attribute is False | ||||
|             if not ie.working(): | ||||
|                 self.to_stderr(u'WARNING: the program functionality for this site has been marked as broken, ' | ||||
|                 self.report_warning(u'the program functionality for this site has been marked as broken, ' | ||||
|                                u'and will probably not work. If you want to go on, use the -i option.') | ||||
|  | ||||
|             # Suitable InfoExtractor found | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz