youtube-dl

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

commit 7706927370f7b2ec9b759961ce5bf34b24ef5ce5
parent 3adba6fa2ae1af3c90e9c6623161b223697cc874
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 27 Oct 2014 00:11:34 +0100

[vine:user] Adapt test to changed list size

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

diff --git a/youtube_dl/extractor/vine.py b/youtube_dl/extractor/vine.py @@ -70,7 +70,7 @@ class VineUserIE(InfoExtractor): 'info_dict': { 'id': 'Visa', }, - 'playlist_mincount': 47, + 'playlist_mincount': 46, } def _real_extract(self, url):