summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-07-22 20:37:33 +0700
committerSergey M․ <dstftw@gmail.com>2014-07-22 20:37:33 +0700
commit8904e979dfe489e37bda369a5863bceecb56d490 (patch)
tree050484c321efb6ec55ec47f0c715d0054e2a7a27
parent9dcb8f3fc7927a6a3e6f4747f64c6f8c3900cdc7 (diff)
downloadyoutube-dl-8904e979dfe489e37bda369a5863bceecb56d490.tar.gz
youtube-dl-8904e979dfe489e37bda369a5863bceecb56d490.tar.xz
youtube-dl-8904e979dfe489e37bda369a5863bceecb56d490.zip
[vodlocker] Fix _VALID_URL
-rw-r--r--youtube_dl/extractor/vodlocker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vodlocker.py b/youtube_dl/extractor/vodlocker.py
index 68c59364b..6d3b78749 100644
--- a/youtube_dl/extractor/vodlocker.py
+++ b/youtube_dl/extractor/vodlocker.py
@@ -10,7 +10,7 @@ from ..utils import (
 
 
 class VodlockerIE(InfoExtractor):
-    _VALID_URL = r'https?://(?:www\.)?vodlocker.com/(?P<id>[0-9a-zA-Z]+)(?:\..*?)?'
+    _VALID_URL = r'https?://(?:www\.)?vodlocker\.com/(?P<id>[0-9a-zA-Z]+)(?:\..*?)?'
 
     _TESTS = [{
         'url': 'http://vodlocker.com/e8wvyzz4sl42',