mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 23:17:22 +08:00
[veoh] Add test
This commit is contained in:
parent
2e2104553b
commit
1f8b64edc4
@ -51,6 +51,21 @@ class VeohIE(InfoExtractor):
|
||||
}, {
|
||||
'url': 'http://www.veoh.com/watch/e152215AJxZktGS',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://www.veoh.com/videos/v16374379WA437rMH',
|
||||
'md5': 'cceb73f3909063d64f4b93d4defca1b3',
|
||||
'info_dict': {
|
||||
'id': 'v16374379WA437rMH',
|
||||
'ext': 'mp4',
|
||||
'title': 'Phantasmagoria 2, pt. 1-3',
|
||||
'description': 'Phantasmagoria: a Puzzle of Flesh',
|
||||
'thumbnail': 'https://fcache.veoh.com/file/f/th16374379.jpg?h=b87b6851eaa47c9421c95ee8d9ffa7ff',
|
||||
'uploader': 'davidspackage',
|
||||
'duration': 968,
|
||||
'age_limit': 18,
|
||||
'categories': ['technology_and_gaming', 'gaming'],
|
||||
'tags': ['puzzle', 'of', 'flesh'],
|
||||
},
|
||||
}]
|
||||
|
||||
def _extract_video(self, source):
|
||||
|
Loading…
x
Reference in New Issue
Block a user