mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-22 19:36:20 +00:00
Merge e0afcbed38c704f0de4a78f79ea79f4e5d5bc0b9 into c052a16f72af7dd7671d4dd62826de71cd99dfb6
This commit is contained in:
commit
f022f9a4f3
@ -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