[veehd] Update test
This commit is contained in:
parent
a798e64c15
commit
aa24de39aa
1 changed files with 5 additions and 5 deletions
|
@ -18,13 +18,13 @@ class VeeHDIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://veehd\.com/video/(?P<id>\d+)'
|
_VALID_URL = r'https?://veehd\.com/video/(?P<id>\d+)'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://veehd.com/video/4686958',
|
'url': 'http://veehd.com/video/4639434_Solar-Sinter',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '4686958',
|
'id': '4639434',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Time Lapse View from Space ( ISS)',
|
'title': 'Solar Sinter',
|
||||||
'uploader_id': 'spotted',
|
'uploader_id': 'VideoEyes',
|
||||||
'description': 'md5:f0094c4cf3a72e22bc4e4239ef767ad7',
|
'description': 'md5:46a840e8692ddbaffb5f81d9885cb457',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue