Fix some regexes

This commit is contained in:
Sergey M․
2017-10-09 23:50:53 +07:00
parent 8992331621
commit 197224b7a4
30 changed files with 35 additions and 35 deletions

View File

@ -22,7 +22,7 @@ class MangomoloBaseIE(InfoExtractor):
format_url = self._html_search_regex(
[
r'file\s*:\s*"(https?://[^"]+?/playlist.m3u8)',
r'file\s*:\s*"(https?://[^"]+?/playlist\.m3u8)',
r'<a[^>]+href="(rtsp://[^"]+)"'
], webpage, 'format url')
formats = self._extract_wowza_formats(