Browse Source

[veehd] Modernize

Philipp Hagemeister 11 years ago
parent
commit
df53b6358d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      youtube_dl/extractor/veehd.py

+ 2 - 1
youtube_dl/extractor/veehd.py

@@ -16,8 +16,9 @@ class VeeHDIE(InfoExtractor):
 
 
     _TEST = {
     _TEST = {
         'url': 'http://veehd.com/video/4686958',
         'url': 'http://veehd.com/video/4686958',
-        'file': '4686958.mp4',
         'info_dict': {
         'info_dict': {
+            'id': '4686958',
+            'ext': 'mp4',
             'title': 'Time Lapse View from Space ( ISS)',
             'title': 'Time Lapse View from Space ( ISS)',
             'uploader_id': 'spotted',
             'uploader_id': 'spotted',
             'description': 'md5:f0094c4cf3a72e22bc4e4239ef767ad7',
             'description': 'md5:f0094c4cf3a72e22bc4e4239ef767ad7',