mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-12-23 04:30:10 +09:00
Add new test for Groups extractor
Only existing test went private.
This commit is contained in:
parent
a803582717
commit
e0afcbed38
@ -1002,6 +1002,14 @@ class VimeoGroupsIE(VimeoChannelIE):
|
|||||||
'title': 'Katty Kay',
|
'title': 'Katty Kay',
|
||||||
},
|
},
|
||||||
'playlist_mincount': 27,
|
'playlist_mincount': 27,
|
||||||
|
'skip': 'login required',
|
||||||
|
}, {
|
||||||
|
'url': 'https://vimeo.com/groups/meetup',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'meetup',
|
||||||
|
'title': 'Vimeo Meetup!',
|
||||||
|
},
|
||||||
|
'playlist_mincount': 90,
|
||||||
}]
|
}]
|
||||||
_BASE_URL_TEMPL = 'https://vimeo.com/groups/%s'
|
_BASE_URL_TEMPL = 'https://vimeo.com/groups/%s'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user