mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 02:55:35 +08:00
fix requested changes
This commit is contained in:
parent
7fe09be17b
commit
8966a60bfb
@ -140,7 +140,8 @@ class MedialaanIE(GigyaBaseIE):
|
|||||||
'\\\\', '\\').replace(r'\"', '"').replace(r"\'", "'"))
|
'\\\\', '\\').replace(r'\"', '"').replace(r"\'", "'"))
|
||||||
|
|
||||||
vod_id = config.get('vodId') or self._search_regex(
|
vod_id = config.get('vodId') or self._search_regex(
|
||||||
(r'\"vodId\"\s*:\s*\"(.+?)\"',
|
(r'\\"vodId\\"\s*:\s*\\"(.+?)\\"',
|
||||||
|
r'"vodId"\s*:\s*"(.+?)"',
|
||||||
r'<[^>]+id=["\']vod-(\d+)'),
|
r'<[^>]+id=["\']vod-(\d+)'),
|
||||||
webpage, 'video_id', default=None)
|
webpage, 'video_id', default=None)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user