youtube-dl

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

commit 838f051c4b9a0c974da32e79c011bbf85fa186fe
parent e88b450771027e3a36e7b3721e0bc1f105331cf7
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 29 Feb 2020 23:51:56 +0700

[xtube:user] Fix test

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

diff --git a/youtube_dl/extractor/xtube.py b/youtube_dl/extractor/xtube.py @@ -164,7 +164,7 @@ class XTubeUserIE(InfoExtractor): 'id': 'greenshowers-4056496', 'age_limit': 18, }, - 'playlist_mincount': 155, + 'playlist_mincount': 154, } def _real_extract(self, url):