Compare commits

...

2 Commits

Author SHA1 Message Date
dirkf
cac8182db5
Merge e0afcbed38c704f0de4a78f79ea79f4e5d5bc0b9 into da7223d4aa42ff9fc680b0951d043dd03cec2d30 2025-03-22 07:18:55 +08:00
dirkf
e0afcbed38 Add new test for Groups extractor
Only existing test went private.
2021-09-29 20:56:30 +01:00

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'