RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
7.07k stars 1.02k forks source link

Additional feature for Vimeo #1189

Closed jaesib closed 2 years ago

jaesib commented 5 years ago

Is your feature request related to a problem? Please describe.

I'm going to try and figure it out on my own but would appreciate any assistance possible. I'd like to use the VimeoBridge for creating an MRSS feed with these items from a channel in my Vimeo account...

title link description pubDate guid isPermaLink media:content url media:description media:keywords media:thumbnail url (jpeg or png) media:title

I know Vimeo has rss feeds available but they use webp images. I'm using this feed for my Roku and Fire TV apps and currently Roku does not support webp images.

Describe the solution you'd like An MRSS feed created like this one from a Vimeo channel http://api.delvenetworks.com/rest/organizations/59021fabe3b645968e382ac726cd6c7b/channels/1cfd09ab38e54f48be8498e0249f5c83/media.rss

logmanoriginal commented 5 years ago

Can you share a feed for a channel that has images in it?

I can't seem to find any. They only have text and links in them. Here is a random example: https://vimeo.com/ohsuvideo/videos/rss

I know Vimeo has rss feeds available but they use webp images. I'm using this feed for my Roku and Fire TV apps and currently Roku does not support webp images.

It would be possible to replace the images by compatible types if they have them available. But if they only have webp images there is no way for RSS-Bridge to transform them. Still, it's worth a try.

jaesib commented 5 years ago

Here's a feed from one of our vimeo channels so you can see webp images: https://vimeo.com/channels/1460428/videos/rss

Vimeo does have Roku feeds available for it's showcases in json format. Here's one from a showcase I created: https://vimeo.com/showcase/6032144/feed/roku/b2815d2002

A json feed is what you use for Direct Publishing in Roku, but when it comes to their SDKs and sample apps, they use xml/rss feeds like the one I shared above. So that's how I came to investigating RSS Bridge. But now I found in Roku's Developer Tools, the Scene Graph Developer Extensions which are sample apps that DO take json feeds yay! So I might be able to do without Vimeo RSS Bridge for now. Although as I'm still figuring things out, I may find myself returning to this at some point.

gloschtla commented 3 years ago

Since Vimeo's own feed is too poor (contains no rss entry title), I first tried online webparsers (fivefilters.org, morss.it, politepol.com) unsucessfully. Now I see, that RSS bridge does not work either:

Bridge returned error 400! (18620) dev.2020-11-10

dvikan commented 2 years ago

Vimeo official feeds are still good. Reopen an issue if there's still interest.