diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-04-24 22:10:27 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-24 22:10:27 +0600 |
commit | d0aefec99aa7bf2cd307b700f7c0d2c268d6762d (patch) | |
tree | d7b9ac093d2bad8df5114eb8318ac463ddaeefb1 /youtube_dl/extractor/ellentv.py | |
parent | 66be4b89d73adcfeb9cd31cd0c903ecca40e2152 (diff) |
[ellentv:clips] Fix test
Diffstat (limited to 'youtube_dl/extractor/ellentv.py')
-rw-r--r-- | youtube_dl/extractor/ellentv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ellentv.py b/youtube_dl/extractor/ellentv.py index 54601786a..74b50bca2 100644 --- 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): |