mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-29 22:24:25 +01:00
[vine:user] Adapt test to changed list size
This commit is contained in:
parent
3adba6fa2a
commit
7706927370
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class VineUserIE(InfoExtractor):
|
|||
'info_dict': {
|
||||
'id': 'Visa',
|
||||
},
|
||||
'playlist_mincount': 47,
|
||||
'playlist_mincount': 46,
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
Loading…
Reference in a new issue