This commit is contained in:
dirkf 2024-05-11 04:45:04 +08:00 committed by GitHub
commit 908d2e1644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -1027,6 +1027,14 @@ class VimeoGroupsIE(VimeoChannelIE):
'title': 'Katty Kay',
},
'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'