mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-08 12:30:10 +09:00
Merge e0afcbed38
into c5098961b0
This commit is contained in:
commit
370f80a471
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user