mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-16 12:04:50 +09:00
Merge e0afcbed38c704f0de4a78f79ea79f4e5d5bc0b9 into c5098961b04ce83f4615f2a846c84f803b072639
This commit is contained in:
commit
370f80a471
@ -1027,6 +1027,14 @@ class VimeoGroupsIE(VimeoChannelIE):
|
|||||||
'title': 'Katty Kay',
|
'title': 'Katty Kay',
|
||||||
},
|
},
|
||||||
'playlist_mincount': 27,
|
'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'
|
_BASE_URL_TEMPL = 'https://vimeo.com/groups/%s'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user