[rtlnow] Replace n-tvnow.de test

This commit is contained in:
Sergey M. 2014-02-26 17:43:56 +07:00
parent 1bb92aff55
commit 995befe0e9

View file

@ -92,16 +92,15 @@ class RTLnowIE(InfoExtractor):
}, },
}, },
{ {
'url': 'http://www.n-tvnow.de/top-gear/episode-1-2013-01-01-00-00-00.php?film_id=124903&player=1&season=10', 'url': 'http://www.n-tvnow.de/deluxe-alles-was-spass-macht/thema-ua-luxushotel-fuer-vierbeiner.php?container_id=153819&player=1&season=0',
'info_dict': { 'info_dict': {
'id': '124903', 'id': '153819',
'ext': 'flv', 'ext': 'flv',
'title': 'Top Gear vom 01.01.2013', 'title': 'Deluxe - Alles was Spaß macht - Thema u.a.: Luxushotel für Vierbeiner',
'description': 'Episode 1', 'description': 'md5:c3705e1bb32e1a5b2bcd634fc065c631',
'upload_date': '20130101', 'thumbnail': 'http://autoimg.static-fra.de/ntvnow/383157/1500x1500/image2.jpg',
}, 'upload_date': '20140221',
'params': { 'duration': 2429,
'skip_download': True,
}, },
'skip': 'Only works from Germany', 'skip': 'Only works from Germany',
}, },