mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-27 06:10:38 +01:00
Update ign.py
This commit is contained in:
parent
b21b1e7e50
commit
02218cd794
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user