1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-05 03:54:13 +08:00

Update InfoExtractors.py

This commit is contained in:
kkalpakloglou 2013-03-27 21:31:42 +02:00
parent 34a77fe2fb
commit 4cc335d913

View File

@ -4162,7 +4162,7 @@ class SpiegelIE(InfoExtractor):
class liveleakIE(InfoExtractor):
_VALID_URL = r'http?://(?:www\.)?liveleak\.com/view/?i=(?P<videoid>[^.]+).html$'
_VALID_URL = r'^(?:http?://)?(?:\w+\.)?liveleak\.com/view\?(?:.*?)i=(?P<video_id>\d+)(?:.*)'
IE_NAME = u'liveleak'
def _real_extract(self, url):