projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0866f0
)
[keek] Allow httpS URLs (Fixes #1123)
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 25 Jul 2013 07:40:19 +0000
(09:40 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 25 Jul 2013 07:40:19 +0000
(09:40 +0200)
youtube_dl/extractor/keek.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/keek.py
b/youtube_dl/extractor/keek.py
index dda78743d79fd0716be997be15c09d12f0c5dc9b..738247e026d98bfc352be10d2411f1ef8fa6f8dd 100644
(file)
--- a/
youtube_dl/extractor/keek.py
+++ b/
youtube_dl/extractor/keek.py
@@
-4,10
+4,10
@@
from .common import InfoExtractor
class KeekIE(InfoExtractor):
- _VALID_URL = r'http://(?:www\.)?keek\.com/(?:!|\w+/keeks/)(?P<videoID>\w+)'
+ _VALID_URL = r'http
s?
://(?:www\.)?keek\.com/(?:!|\w+/keeks/)(?P<videoID>\w+)'
IE_NAME = u'keek'
_TEST = {
- u'url': u'http://www.keek.com/ytdl/keeks/NODfbab',
+ u'url': u'http
s?
://www.keek.com/ytdl/keeks/NODfbab',
u'file': u'NODfbab.mp4',
u'md5': u'9b0636f8c0f7614afa4ea5e4c6e57e83',
u'info_dict': {