mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:07:07 -05:00 
			
		
		
		
	[youtube] Add test case for #4431
This commit is contained in:
		@@ -433,6 +433,15 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
 | 
			
		||||
            'expected_warnings': [
 | 
			
		||||
                'DASH manifest missing',
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        # Olympics (https://github.com/rg3/youtube-dl/issues/4431)
 | 
			
		||||
        {
 | 
			
		||||
            'url': 'lqQg6PlCWgI',
 | 
			
		||||
            'info_dict': {
 | 
			
		||||
                'id': 'lqQg6PlCWgI',
 | 
			
		||||
                'ext': 'mp4',
 | 
			
		||||
                
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user