summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-09 10:47:19 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-09 10:47:19 +0100
commit5269028951d5abd6f20d46c267b0ef610b2becef (patch)
tree435b78da72331d66aa08df41c5f1e344cfc341fc
parentf7bc056b5a6a49e274c029d6f959847ee442a033 (diff)
downloadyoutube-dl-5269028951d5abd6f20d46c267b0ef610b2becef.tar.gz
youtube-dl-5269028951d5abd6f20d46c267b0ef610b2becef.tar.xz
youtube-dl-5269028951d5abd6f20d46c267b0ef610b2becef.zip
[rtlnow] Add test for @mmue's extension (#4908)
-rw-r--r--youtube_dl/extractor/rtlnow.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/youtube_dl/extractor/rtlnow.py b/youtube_dl/extractor/rtlnow.py
index e235f3c57..fd93cc66f 100644
--- a/youtube_dl/extractor/rtlnow.py
+++ b/youtube_dl/extractor/rtlnow.py
@@ -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,
         },