mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-10 09:12:53 +08:00
Update InfoExtractors.py
This commit is contained in:
parent
34a77fe2fb
commit
4cc335d913
@ -4162,7 +4162,7 @@ class SpiegelIE(InfoExtractor):
|
|||||||
|
|
||||||
class liveleakIE(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'
|
IE_NAME = u'liveleak'
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user