youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 42f2805e48b918a74319aeaca9f8b9068e6e0298
parent 0ffcb7c6fca96038f46c685af8745641046e5158
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 25 Jul 2013 10:10:37 +0200

[keek] Fix testcase (Broken by accident in 6625f82940b2701e2ccc9a6cf5808056b075e16b)

Diffstat:
Myoutube_dl/extractor/keek.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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': {