1
0
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:
Argn0
2017-06-22 12:55:53 +02:00
committed by GitHub
Unverified
parent b21b1e7e50
commit 02218cd794
-1
View File
@@ -98,7 +98,6 @@ 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)