From 6ceff109ce7ee19a23f59daf25737a78da32fe78 Mon Sep 17 00:00:00 2001 From: talhakamran Date: Sat, 6 Oct 2012 05:24:35 +0800 Subject: [PATCH] Update vimeo/vimeo.channel.videos.xml the above table supports basic call. In basic call only first 20 videos are returned as vimeo basic api allows 20 per page for basic api calls and 50 per page for advanced OAut based api call --- vimeo/vimeo.channel.videos.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimeo/vimeo.channel.videos.xml b/vimeo/vimeo.channel.videos.xml index 3186ae44..6fa47326 100644 --- a/vimeo/vimeo.channel.videos.xml +++ b/vimeo/vimeo.channel.videos.xml @@ -3,7 +3,7 @@ Zach Graves (zachg@yahoo-inc.com) http://vimeo.com/api/docs/simple-api - select * from {table} where channelname='6967' + select * from {table} where channelname='6967' and page='1'