summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-23 01:49:25 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-23 01:49:25 +0200
commit94a20aa5f88762f4a80f79e039405f3865075569 (patch)
treebbd991fe227a0ec105ad950065af2fdc651d5988
parent94e8df3a7e5f73109556392df3afd93f4e6f3566 (diff)
downloadyoutube-dl-94a20aa5f88762f4a80f79e039405f3865075569.tar.gz
youtube-dl-94a20aa5f88762f4a80f79e039405f3865075569.tar.xz
youtube-dl-94a20aa5f88762f4a80f79e039405f3865075569.zip
[rtlnow] Simplify outdated test
-rw-r--r--youtube_dl/extractor/rtlnow.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/youtube_dl/extractor/rtlnow.py b/youtube_dl/extractor/rtlnow.py
index 4835ec5ec..a45884b25 100644
--- a/youtube_dl/extractor/rtlnow.py
+++ b/youtube_dl/extractor/rtlnow.py
@@ -92,16 +92,7 @@ class RTLnowIE(InfoExtractor):
         },
         {
             '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': '153819',
-                'ext': 'flv',
-                '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',
+            'only_matching': True,
         },
     ]