mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[extractor] Add write_debug and get_param
				
					
				
			This commit is contained in:
		| @@ -1271,7 +1271,7 @@ class BBCIE(BBCCoUkIE): | ||||
|         entries = [] | ||||
|         for num, media_meta in enumerate(medias, start=1): | ||||
|             formats, subtitles = self._extract_from_media_meta(media_meta, playlist_id) | ||||
|             if not formats and not self._downloader.params.get('ignore_no_formats'): | ||||
|             if not formats and not self.get_param('ignore_no_formats'): | ||||
|                 continue | ||||
|             self._sort_formats(formats) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan