about summary refs log tree commit diff
path: root/youtube_dl/extractor/mtv.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-28 21:31:38 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-28 21:31:38 +0600
commitc3c9f879541b99a5456991d887ed03a2aea5dcff (patch)
treeacfca0da96b17db85b37503322db776adc0d94d7 /youtube_dl/extractor/mtv.py
parent56f447be9fa196bceafbacb6526cad7c122a30ea (diff)
downloadyoutube-dl-c3c9f879541b99a5456991d887ed03a2aea5dcff.tar.gz
youtube-dl-c3c9f879541b99a5456991d887ed03a2aea5dcff.tar.xz
youtube-dl-c3c9f879541b99a5456991d887ed03a2aea5dcff.zip
[mtvde] Add test for mediagen URL without query
Diffstat (limited to 'youtube_dl/extractor/mtv.py')
-rw-r--r--youtube_dl/extractor/mtv.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/youtube_dl/extractor/mtv.py b/youtube_dl/extractor/mtv.py
index 56b255599..28301d406 100644
--- a/youtube_dl/extractor/mtv.py
+++ b/youtube_dl/extractor/mtv.py
@@ -309,6 +309,18 @@ class MTVDEIE(MTVServicesInfoExtractor):
             # rtmp download
             'skip_download': True,
         },
+    }, {
+        # mediagen URL without query (e.g. http://videos.mtvnn.com/mediagen/e865da714c166d18d6f80893195fcb97)
+        'url': 'http://www.mtv.de/shows/933-teen-mom-2/staffeln/5353/folgen/63565-enthullungen',
+        'info_dict': {
+            'id': 'local_playlist-f5ae778b9832cc837189',
+            'ext': 'mp4',
+            'title': 'Episode_teen-mom-2_shows_season-5_episode-1_full-episode_part1',
+        },
+        'params': {
+            # rtmp download
+            'skip_download': True,
+        },
     }]
 
     def _real_extract(self, url):