Vimeo API: get a list of links for downloading all video files
问题 Good day. I'm trying to get a list of all video files (links to direct downloading) from Vimeo account. Is there a way to do it in a 1 GET request? OK, times to 100, if it is restriction of API. I had hardcoded script, where I am making 12 GET request (1100+ videos, according to documentation, request is limited by 100 results), and then making over 1 000 requests to receive direct links. Is there a way to to receive a list of links for downloading videous from Vimeo with one API request to