aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/liveleak.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-04 19:56:05 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-04 19:56:05 +0100
commit29030c0a4c2f4dded5a310add940aae0791f9d73 (patch)
treea3c5784c9446fd288ae394b340ec93d9d4dadc4b /youtube_dl/extractor/liveleak.py
parent671c0f151d5a7bb5c32a59f483a8e330f1f9a15b (diff)
parentc0ade33e167d1668c4aa8a6684e7083e6c71dd6e (diff)
downloadyoutube-dl-29030c0a4c2f4dded5a310add940aae0791f9d73.tar.xz
Merge remote-tracking branch 'dstftw/correct-valid-urls'
Diffstat (limited to 'youtube_dl/extractor/liveleak.py')
-rw-r--r--youtube_dl/extractor/liveleak.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/liveleak.py b/youtube_dl/extractor/liveleak.py
index dd062a14e..5ae57a77c 100644
--- a/youtube_dl/extractor/liveleak.py
+++ b/youtube_dl/extractor/liveleak.py
@@ -8,7 +8,7 @@ from ..utils import (
class LiveLeakIE(InfoExtractor):
- _VALID_URL = r'^(?:http?://)?(?:\w+\.)?liveleak\.com/view\?(?:.*?)i=(?P<video_id>[\w_]+)(?:.*)'
+ _VALID_URL = r'^(?:http://)?(?:\w+\.)?liveleak\.com/view\?(?:.*?)i=(?P<video_id>[\w_]+)(?:.*)'
IE_NAME = u'liveleak'
_TEST = {
u'url': u'http://www.liveleak.com/view?i=757_1364311680',