Browse Source

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

rtmp_test
Philipp Hagemeister 11 years ago
parent
commit
42f2805e48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/keek.py

+ 1
- 1
youtube_dl/extractor/keek.py View File

@ -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': {


Loading…
Cancel
Save