[extractor/common] try to extract non smil wowza mpd manifests
[youtube-dl] / youtube_dl / extractor / vier.py
index dc142a245bcd765dc11200b8eb50fc342c5260f2..d26fb49b3939728e8a962b2ad3131c71fd223366 100644 (file)
@@ -49,7 +49,7 @@ class VierIE(InfoExtractor):
             webpage, 'filename')
 
         playlist_url = 'http://vod.streamcloud.be/%s/_definst_/mp4:%s.mp4/playlist.m3u8' % (application, filename)
-        formats = self._extract_wowza_formats(playlist_url, display_id)
+        formats = self._extract_wowza_formats(playlist_url, display_id, skip_protocols=['dash'])
         self._sort_formats(formats)
 
         title = self._og_search_title(webpage, default=display_id)