diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-01-11 16:20:39 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-01-11 16:20:39 +0600 |
commit | aa24de39aae6b9a6ad59720258b9018f544a888f (patch) | |
tree | 5aaa0568a26ea1feb30bcaea153b411281aab378 /youtube_dl/extractor/veehd.py | |
parent | a798e64c1549f4bdf240dec4492203b304a39783 (diff) |
[veehd] Update test
Diffstat (limited to 'youtube_dl/extractor/veehd.py')
-rw-r--r-- | youtube_dl/extractor/veehd.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/veehd.py b/youtube_dl/extractor/veehd.py index 5dc38dd94..96353f525 100644 --- a/youtube_dl/extractor/veehd.py +++ b/youtube_dl/extractor/veehd.py @@ -18,13 +18,13 @@ class VeeHDIE(InfoExtractor): _VALID_URL = r'https?://veehd\.com/video/(?P<id>\d+)' _TEST = { - 'url': 'http://veehd.com/video/4686958', + 'url': 'http://veehd.com/video/4639434_Solar-Sinter', 'info_dict': { - 'id': '4686958', + 'id': '4639434', 'ext': 'mp4', - 'title': 'Time Lapse View from Space ( ISS)', - 'uploader_id': 'spotted', - 'description': 'md5:f0094c4cf3a72e22bc4e4239ef767ad7', + 'title': 'Solar Sinter', + 'uploader_id': 'VideoEyes', + 'description': 'md5:46a840e8692ddbaffb5f81d9885cb457', }, } |