youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 089657ed1f6edcdb10a958a8cd7d91b4888e41eb
parent b5eab86c2424ec04d17fac5de9d15574320ea8f1
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 23 Jun 2016 02:00:03 +0700

[vimeo:album] Add paged example URL

Diffstat:
Myoutube_dl/extractor/vimeo.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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):