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