[extractor/common] try to extract non smil wowza mpd manifests
This commit is contained in:
parent
edd6074cea
commit
0384932e3d
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue