Browse Source

[vidme] Update test

totalwebcasting
Sergey M․ 9 years ago
parent
commit
d65889bbc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/vidme.py

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

@ -14,7 +14,7 @@ class VidmeIE(InfoExtractor):
_VALID_URL = r'https?://vid\.me/(?:e/)?(?P<id>[\da-zA-Z]+)'
_TESTS = [{
'url': 'https://vid.me/QNB',
'md5': 'c62f1156138dc3323902188c5b5a8bd6',
'md5': 'f42d05e7149aeaec5c037b17e5d3dc82',
'info_dict': {
'id': 'QNB',
'ext': 'mp4',


Loading…
Cancel
Save