mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 06:37:07 -05: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