[wdr] Fix test
This commit is contained in:
		
							parent
							
								
									1915662d4f
								
							
						
					
					
						commit
						0ce39bc542
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		| 
						 | 
					@ -26,14 +26,11 @@ class WDRIE(InfoExtractor):
 | 
				
			||||||
    _TEST = {
 | 
					    _TEST = {
 | 
				
			||||||
        'url': 'http://deviceids-medp.wdr.de/ondemand/155/1557833.js',
 | 
					        'url': 'http://deviceids-medp.wdr.de/ondemand/155/1557833.js',
 | 
				
			||||||
        'info_dict': {
 | 
					        'info_dict': {
 | 
				
			||||||
            'id': 'mdb-1140188',
 | 
					            'id': 'mdb-1557833',
 | 
				
			||||||
            'display_id': 'dfb-team-geht-gut-gelaunt-ins-spiel-gegen-polen-100',
 | 
					 | 
				
			||||||
            'ext': 'mp4',
 | 
					            'ext': 'mp4',
 | 
				
			||||||
            'title': 'DFB-Team geht gut gelaunt ins Spiel gegen Polen',
 | 
					            'title': 'Biathlon-Staffel verpasst Podest bei Olympia-Generalprobe',
 | 
				
			||||||
            'description': 'Vor dem zweiten Gruppenspiel gegen Polen herrscht gute Stimmung im deutschen Team. Insbesondere Bastian Schweinsteiger strotzt vor Optimismus nach seinem Tor gegen die Ukraine.',
 | 
					            'upload_date': '20180112',
 | 
				
			||||||
            'upload_date': '20160615',
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        'skip': 'Geo-restricted to Germany',
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _real_extract(self, url):
 | 
					    def _real_extract(self, url):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue