youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit df53b6358da8c39627220f682fe1d369fef742f9
parent f1a9d64eea0618db15641eb2b36b65caac3562c0
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 28 Aug 2014 01:37:57 +0200

[veehd] Modernize

Diffstat:
Myoutube_dl/extractor/veehd.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/veehd.py b/youtube_dl/extractor/veehd.py @@ -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',