projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5eab86
)
[vimeo:album] Add paged example URL
author
Sergey M․
<dstftw@gmail.com>
Wed, 22 Jun 2016 19:00:03 +0000
(
02:00
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 22 Jun 2016 19:00:03 +0000
(
02:00
+0700)
youtube_dl/extractor/vimeo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vimeo.py
b/youtube_dl/extractor/vimeo.py
index 8ba3f55f4738bbf19b49fd13ab6ad22e3b71a707..4bdeb1187432b8dbccfe23b2a3c383d6275aa84e 100644
(file)
--- a/
youtube_dl/extractor/vimeo.py
+++ b/
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):