youtube-dl

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

commit d0aefec99aa7bf2cd307b700f7c0d2c268d6762d
parent 66be4b89d73adcfeb9cd31cd0c903ecca40e2152
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 24 Apr 2015 22:10:27 +0600

[ellentv:clips] Fix test

Diffstat:
Myoutube_dl/extractor/ellentv.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/ellentv.py b/youtube_dl/extractor/ellentv.py @@ -54,7 +54,7 @@ class EllenTVClipsIE(InfoExtractor): 'id': 'meryl-streep-vanessa-hudgens', 'title': 'Meryl Streep, Vanessa Hudgens', }, - 'playlist_mincount': 9, + 'playlist_mincount': 7, } def _real_extract(self, url):