diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-02-29 23:51:56 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-02-29 23:51:56 +0700 |
commit | 838f051c4b9a0c974da32e79c011bbf85fa186fe (patch) | |
tree | 7f6fc18a5af98873508b32daaccd1bdd02a71607 /youtube_dl/extractor/xtube.py | |
parent | e88b450771027e3a36e7b3721e0bc1f105331cf7 (diff) |
[xtube:user] Fix test
Diffstat (limited to 'youtube_dl/extractor/xtube.py')
-rw-r--r-- | youtube_dl/extractor/xtube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xtube.py b/youtube_dl/extractor/xtube.py index 994cf1d0a..47caec1de 100644 --- 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): |