Browse Source

[veehd] Modernize

totalwebcasting
Philipp Hagemeister 10 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 View File

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


Loading…
Cancel
Save