Merge e0afcbed38c704f0de4a78f79ea79f4e5d5bc0b9 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6

This commit is contained in:
dirkf 2025-04-01 09:26:09 +02:00 committed by GitHub
commit 41f66a2ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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'