youtube-dl

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

commit 34a7de2970d8bbceeb3f485d64a57f67489a44d3
parent 0ff827419e4bd88077df4438953540b0c406107e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 11 Aug 2015 01:22:06 +0600

[youtube] Skip download for multiple v= test

Diffstat:
Myoutube_dl/extractor/youtube.py | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py @@ -395,7 +395,10 @@ class YoutubeIE(YoutubeBaseInfoExtractor): 'tags': ['youtube-dl'], 'like_count': int, 'dislike_count': int, - } + }, + 'params': { + 'skip_download': True, + }, }, { 'url': 'http://www.youtube.com/watch?v=a9LDPn-MO4I',