Vimeo API 按时长过滤视频
Vimeo API filter videos by duration
在此处按照官方 Vimeo API 论坛中的内容进行操作
Filtering search results
我正在尝试获取所有持续时间少于 30 秒的 StaffPicks 频道视频。我使用了以下请求:
https://api.vimeo.com/channels/staffpicks/videos/?&filter=duration&max_duration=0:0:30
我还尝试了其他过滤器,例如:
filter=upload_date,CC&filter_upload_date=day
但结果没有考虑过滤器。
你能帮帮我吗?
我刚收到 Vimeo 工作人员的回复:
Filtering by duration isn't possible on that endpoint:
developer.vimeo.com/api/endpoints/channels#GET/channels/{channel_id}/videos
That said, I'll take this feedback and pass it along to our API team
for consideration!
在此处按照官方 Vimeo API 论坛中的内容进行操作 Filtering search results
我正在尝试获取所有持续时间少于 30 秒的 StaffPicks 频道视频。我使用了以下请求:
https://api.vimeo.com/channels/staffpicks/videos/?&filter=duration&max_duration=0:0:30
我还尝试了其他过滤器,例如:
filter=upload_date,CC&filter_upload_date=day
但结果没有考虑过滤器。
你能帮帮我吗?
我刚收到 Vimeo 工作人员的回复:
Filtering by duration isn't possible on that endpoint: developer.vimeo.com/api/endpoints/channels#GET/channels/{channel_id}/videos
That said, I'll take this feedback and pass it along to our API team for consideration!