“Youlag Theme for FreshRSS” provides a video-focused browsing experience for your RSS subscriptions. It tries to provide a similar experience to YouTube, primarily through its layout using CSS, but also a little bit of Javascript.
Git repo for more details: https://github.com/civilblur/youlag
In case you’re not aware, “FreshRSS is a self-hosted RSS feed aggregator”.
The idea is that you subscribe to content creators through YouTube’s RSS feed https://www.youtube.com/feeds/videos.xml?channel_id={id_goes_here}
, then browse, watch, save to playlist (“label”), right within FreshRSS.
There’s also third-party extension for FreshRSS that provides the ability to use Invidious, but as we all know, the public instances are unfortunately struggling quite a bit as of writing.
pretty cool, i want to encourage this purely in the interest of building up a community of more interesting themes. that part of freshrss is so bland.
Hopefully this will spark some interest in that!
“Youlag” lmao
Does it apply it to all feeds? Or can it detect what feeds are actually Youtube ones?
It applies the theme across the entire instance!
I believe it could be done however, but it’s likely more suitable as an extension, opposed to a “theme” that relies on client-side css/js. I haven’t explored the documentations for extensions as I intended this to be a “quick” solution to get a youtube-like experience.
Does PeerTube offer RSS feeds?
Is it possible to incorporate dearrow into freshrss without writing my own extension? I’ve gotten so used to not getting clickbaited I can’t browse youtube without it.
I have limited knowledge of what limitations extensions have at the moment, but considering FreshRSS is server side rendered, integrating DeArrow on a deeper level would be ideal (if possible). It would mean that the thumbnail and title you get when you load the page would immediately be the non-clickbait ones, and it would only need to run it once for each video (if cached).
I did however test DeArrow’s API and it was very straightforward. However, running it as a client-side script would essentially mean that every video would have to be checked and “DeArrowed” on the fly, and it would do that for every page refresh. That might not be very performant for you, nor DeArrow’s free API service.
In short, it should be possible, but not ideal. I’m personally interested in the idea as well, but I’m not sure if I’ll have time to tackle this.
I think I’ll make an extension for this. Would go great with this theme.
Looking forward to it, feel free and share it once it’s ready, or if you need any feedback.