[bbccouk] Skip unrecognized formats in media selector (#12701)
This commit is contained in:
		@@ -389,6 +389,8 @@ class BBCCoUkIE(InfoExtractor):
 | 
			
		||||
                                'rtmp_live': False,
 | 
			
		||||
                                'ext': 'flv',
 | 
			
		||||
                            })
 | 
			
		||||
                        else:
 | 
			
		||||
                            continue
 | 
			
		||||
                        formats.append(fmt)
 | 
			
		||||
            elif kind == 'captions':
 | 
			
		||||
                subtitles = self.extract_subtitles(media, programme_id)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user