youtube-dl

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

commit cbe2bd914d65fc717d31034234102cd25c7f7313
parent 75111274edeec5f7088730b7f9c5c623dae77f28
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 11 Dec 2014 16:34:37 +0100

[youtube] Amend test

Diffstat:
Myoutube_dl/extractor/youtube.py | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py @@ -440,9 +440,16 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor): 'info_dict': { 'id': 'lqQg6PlCWgI', 'ext': 'mp4', - + 'upload_date': '20120731', + 'uploader_id': 'olympic', + 'description': 'HO09 - Women - GER-AUS - Hockey - 31 July 2012 - London 2012 Olympic Games', + 'uploader': 'Olympics', + 'title': 'Hockey - Women - GER-AUS - London 2012 Olympic Games', + }, + 'params': { + 'skip_download': 'requires avconv', } - } + }, ] def __init__(self, *args, **kwargs):