[rtlnow] Add test for @mmue's extension (#4908)
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Feb 2015 09:47:19 +0000 (10:47 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Feb 2015 09:47:19 +0000 (10:47 +0100)
youtube_dl/extractor/rtlnow.py

index e235f3c57993d2b051e45e03a1bd078636b27121..fd93cc66f5e1d377341cc016e67825b0f7f2782d 100644 (file)
@@ -91,6 +91,15 @@ class RTLnowIE(InfoExtractor):
             },
         },
         {
+            'url': 'http://rtl-now.rtl.de/der-bachelor/folge-4.php?film_id=188729&player=1&season=5',
+            'info_dict': {
+                'id': '188729',
+                'ext': 'flv',
+                'upload_date': '20150204',
+                'description': 'md5:5e1ce23095e61a79c166d134b683cecc',
+                'title': 'Der Bachelor - Folge 4',
+            }
+        }, {
             'url': 'http://www.n-tvnow.de/deluxe-alles-was-spass-macht/thema-ua-luxushotel-fuer-vierbeiner.php?container_id=153819&player=1&season=0',
             'only_matching': True,
         },