Browse Source

[vimeo:album] Add paged example URL

master
Sergey M․ 8 years ago
parent
commit
089657ed1f
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 4 additions and 0 deletions
  1. 4
      youtube_dl/extractor/vimeo.py

4
youtube_dl/extractor/vimeo.py

@ -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):

Loading…
Cancel
Save