1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-15 14:39:52 +00:00

Update ign.py

This commit is contained in:
Argn0 2017-06-21 12:40:20 +02:00 committed by GitHub
parent 9be9ec5980
commit 91e59e05a0

View File

@ -98,6 +98,7 @@ class IGNIE(InfoExtractor):
r'data-video-id="(.+?)"',
r'<object id="vid_(.+?)"',
r'<meta name="og:image" content=".*/(.+?)-(.+?)/.+.jpg"',
r'videoId&quot;:&quot;(.+?)&'
]
return self._search_regex(res_id, webpage, 'video id', default=None)