mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-16 01:12:55 +08:00
[playtvak] Fix video regex
This commit is contained in:
parent
17c3aced5d
commit
d2321c0f4f
@ -95,7 +95,7 @@ class PlaytvakIE(InfoExtractor):
|
|||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
info_url = self._html_search_regex(
|
info_url = self._html_search_regex(
|
||||||
r'Misc\.videoFLV\(\s*{\s*data\s*:\s*"([^"]+)"', webpage, 'info url')
|
r'Misc\.video(?:FLV)?\(\s*{\s*data\s*:\s*"([^"]+)"', webpage, 'info url')
|
||||||
|
|
||||||
parsed_url = compat_urlparse.urlparse(info_url)
|
parsed_url = compat_urlparse.urlparse(info_url)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user