Explorar o código

[vimeo:album] Add paged example URL

Sergey M․ %!s(int64=9) %!d(string=hai) anos
pai
achega
089657ed1f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      youtube_dl/extractor/vimeo.py

+ 4 - 0
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):