mirror of
https://code.hackerspace.pl/q3k/youtube-dl
synced 2025-03-16 11:43:02 +00:00
[vimeo:album] Add paged example URL
This commit is contained in:
parent
b5eab86c24
commit
089657ed1f
@ -729,6 +729,10 @@ class VimeoAlbumIE(VimeoChannelIE):
|
|||||||
}, {
|
}, {
|
||||||
'url': 'https://vimeo.com/album/2632481/sort:plays/format:thumbnail',
|
'url': 'https://vimeo.com/album/2632481/sort:plays/format:thumbnail',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
# TODO: respect page number
|
||||||
|
'url': 'https://vimeo.com/album/2632481/page:2/sort:plays/format:thumbnail',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _page_url(self, base_url, pagenum):
|
def _page_url(self, base_url, pagenum):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user