1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-23 02:59:48 +08:00

[vimeo:album] Add paged example URL

This commit is contained in:
Sergey M․
2016-06-23 02:00:03 +07:00
Unverified
parent b5eab86c24
commit 089657ed1f
+4
View File
@@ -729,6 +729,10 @@ class VimeoAlbumIE(VimeoChannelIE):
}, {
'url': 'https://vimeo.com/album/2632481/sort:plays/format:thumbnail',
'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):