Compare commits

...

1 Commits

Author SHA1 Message Date
dirkf e0afcbed38 Add new test for Groups extractor
Only existing test went private.
2021-09-29 20:56:30 +01:00
1 changed files with 8 additions and 0 deletions

View File

@ -1002,6 +1002,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'