mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[bbc] Add test for #8147
This commit is contained in:
		| @@ -193,6 +193,19 @@ class BBCCoUkIE(InfoExtractor): | ||||
|                 # rtmp download | ||||
|                 'skip_download': True, | ||||
|             }, | ||||
|         }, { | ||||
|             # compact player (https://github.com/rg3/youtube-dl/issues/8147) | ||||
|             'url': 'http://www.bbc.co.uk/programmes/p028bfkf/player', | ||||
|             'info_dict': { | ||||
|                 'id': 'p028bfkj', | ||||
|                 'ext': 'flv', | ||||
|                 'title': 'Extract from BBC documentary Look Stranger - Giant Leeks and Magic Brews', | ||||
|                 'description': 'Extract from BBC documentary Look Stranger - Giant Leeks and Magic Brews', | ||||
|             }, | ||||
|             'params': { | ||||
|                 # rtmp download | ||||
|                 'skip_download': True, | ||||
|             }, | ||||
|         }, { | ||||
|             'url': 'http://www.bbc.co.uk/iplayer/playlist/p01dvks4', | ||||
|             'only_matching': True, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․