Browse Source

[vine:user] Adapt test to changed list size

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

+ 1
- 1
youtube_dl/extractor/vine.py View File

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


Loading…
Cancel
Save