Browse Source

[vine:user] Adapt test to changed list size

master
Philipp Hagemeister 10 years ago
parent
commit
7706927370
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/vine.py

2
youtube_dl/extractor/vine.py

@ -70,7 +70,7 @@ class VineUserIE(InfoExtractor):
'info_dict': { 'info_dict': {
'id': 'Visa', 'id': 'Visa',
}, },
'playlist_mincount': 47,
'playlist_mincount': 46,
} }
def _real_extract(self, url): def _real_extract(self, url):

Loading…
Cancel
Save