Update ign.py

This commit is contained in:
Argn0 2017-06-22 03:22:51 +02:00 committed by GitHub
parent eca219b2f2
commit 2fecf756f0

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)