Browse Source

[ellentv:clips] Fix test

master
Sergey M․ 9 years ago
parent
commit
d0aefec99a
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/ellentv.py

2
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):

Loading…
Cancel
Save