mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-02 06:59:49 +08:00
Update ign.py
This commit is contained in:
@@ -98,7 +98,6 @@ class IGNIE(InfoExtractor):
|
||||
r'data-video-id="(.+?)"',
|
||||
r'<object id="vid_(.+?)"',
|
||||
r'<meta name="og:image" content=".*/(.+?)-(.+?)/.+.jpg"',
|
||||
r'videoId":"(.+?)&'
|
||||
]
|
||||
return self._search_regex(res_id, webpage, 'video id', default=None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user