mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[sportdeutschland] Fix testcase
This commit is contained in:
		@@ -17,11 +17,11 @@ class SportDeutschlandIE(InfoExtractor):
 | 
				
			|||||||
        'info_dict': {
 | 
					        'info_dict': {
 | 
				
			||||||
            'id': 'live-li-ning-badminton-weltmeisterschaft-2014-kopenhagen',
 | 
					            'id': 'live-li-ning-badminton-weltmeisterschaft-2014-kopenhagen',
 | 
				
			||||||
            'ext': 'mp4',
 | 
					            'ext': 'mp4',
 | 
				
			||||||
            'title': 'LIVE: Li-Ning Badminton Weltmeisterschaft 2014 Kopenhagen',
 | 
					            'title': 're:Li-Ning Badminton Weltmeisterschaft 2014 Kopenhagen',
 | 
				
			||||||
            'categories': ['Badminton'],
 | 
					            'categories': ['Badminton'],
 | 
				
			||||||
            'view_count': int,
 | 
					            'view_count': int,
 | 
				
			||||||
            'thumbnail': 're:^https?://.*\.jpg$',
 | 
					            'thumbnail': 're:^https?://.*\.jpg$',
 | 
				
			||||||
            'description': 're:^Die Badminton-WM 2014 aus Kopenhagen LIVE',
 | 
					            'description': 're:Die Badminton-WM 2014 aus Kopenhagen bei Sportdeutschland\.TV',
 | 
				
			||||||
            'timestamp': int,
 | 
					            'timestamp': int,
 | 
				
			||||||
            'upload_date': 're:^201408[23][0-9]$',
 | 
					            'upload_date': 're:^201408[23][0-9]$',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user