diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-07-25 10:10:37 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-07-25 10:10:37 +0200 | 
| commit | 42f2805e48b918a74319aeaca9f8b9068e6e0298 (patch) | |
| tree | 81acaecf505a7e147b2efa61a95b0428994dd334 | |
| parent | 0ffcb7c6fca96038f46c685af8745641046e5158 (diff) | |
[keek] Fix testcase (Broken by accident in 6625f82940b2701e2ccc9a6cf5808056b075e16b)
| -rw-r--r-- | youtube_dl/extractor/keek.py | 2 | 
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': { | 
