update ign regex
This commit is contained in:
parent
82173b65f7
commit
6210d410c7
@ -97,7 +97,8 @@ class IGNIE(InfoExtractor):
|
|||||||
r'class="hero-poster[^"]*?"[^>]*id="(.+?)"',
|
r'class="hero-poster[^"]*?"[^>]*id="(.+?)"',
|
||||||
r'data-video-id="(.+?)"',
|
r'data-video-id="(.+?)"',
|
||||||
r'<object id="vid_(.+?)"',
|
r'<object id="vid_(.+?)"',
|
||||||
r'<meta name="og:image" content=".*/(.+?)-(.+?)/.+.jpg"'
|
r'<meta name="og:image" content=".*/(.+?)-(.+?)/.+.jpg"',
|
||||||
|
r'videoId":"(.+?)&'
|
||||||
]
|
]
|
||||||
return self._search_regex(res_id, webpage, 'video id', default=None)
|
return self._search_regex(res_id, webpage, 'video id', default=None)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user