aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-02-26 17:43:56 +0700
committerSergey M. <dstftw@gmail.com>2014-02-26 17:43:56 +0700
commit995befe0e9b2a829b7aa4aeab76b4a44979c2061 (patch)
tree9086ac72e7039755d8a7f96d2fb8d679520e70b5
parent1bb92aff55abb23eb0c23aca858c2eab77cf84c5 (diff)
downloadyoutube-dl-995befe0e9b2a829b7aa4aeab76b4a44979c2061.tar.xz
[rtlnow] Replace n-tvnow.de test
-rw-r--r--youtube_dl/extractor/rtlnow.py15
1 files changed, 7 insertions, 8 deletions
diff --git a/youtube_dl/extractor/rtlnow.py b/youtube_dl/extractor/rtlnow.py
index e84919aa5..76a9704fd 100644
--- a/youtube_dl/extractor/rtlnow.py
+++ b/youtube_dl/extractor/rtlnow.py
@@ -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': {
- 'id': '124903',
+ 'id': '153819',
'ext': 'flv',
- 'title': 'Top Gear vom 01.01.2013',
- 'description': 'Episode 1',
- 'upload_date': '20130101',
- },
- 'params': {
- 'skip_download': True,
+ 'title': 'Deluxe - Alles was Spaß macht - Thema u.a.: Luxushotel für Vierbeiner',
+ 'description': 'md5:c3705e1bb32e1a5b2bcd634fc065c631',
+ 'thumbnail': 'http://autoimg.static-fra.de/ntvnow/383157/1500x1500/image2.jpg',
+ 'upload_date': '20140221',
+ 'duration': 2429,
},
'skip': 'Only works from Germany',
},