summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-07-25 10:10:37 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-07-25 10:10:37 +0200
commit42f2805e48b918a74319aeaca9f8b9068e6e0298 (patch)
tree81acaecf505a7e147b2efa61a95b0428994dd334
parent0ffcb7c6fca96038f46c685af8745641046e5158 (diff)
downloadyoutube-dl-42f2805e48b918a74319aeaca9f8b9068e6e0298.tar.gz
youtube-dl-42f2805e48b918a74319aeaca9f8b9068e6e0298.tar.xz
youtube-dl-42f2805e48b918a74319aeaca9f8b9068e6e0298.zip
[keek] Fix testcase (Broken by accident in 6625f82940b2701e2ccc9a6cf5808056b075e16b)
-rw-r--r--youtube_dl/extractor/keek.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/keek.py b/youtube_dl/extractor/keek.py
index 738247e02..a7b88d2d9 100644
--- a/youtube_dl/extractor/keek.py
+++ b/youtube_dl/extractor/keek.py
@@ -7,7 +7,7 @@ class KeekIE(InfoExtractor):
     _VALID_URL = r'https?://(?:www\.)?keek\.com/(?:!|\w+/keeks/)(?P<videoID>\w+)'
     IE_NAME = u'keek'
     _TEST = {
-        u'url': u'https?://www.keek.com/ytdl/keeks/NODfbab',
+        u'url': u'https://www.keek.com/ytdl/keeks/NODfbab',
         u'file': u'NODfbab.mp4',
         u'md5': u'9b0636f8c0f7614afa4ea5e4c6e57e83',
         u'info_dict': {