lent9004 @ lent9004 @lemmy.world Posts 3Comments 11Joined 2 yr. ago
At the moment, I haven't integrate Youlag with FreshRSS as a full fledge extension, but once that is in place, it would be possible to store user preferences. While it requires time and effort, I believe it shouldn't be too hard to implment this feature.
Sorry about that, I've included the fix in the latest release, and instructions on how to bypass the loading screen in the release notes:
https://github.com/civilblur/youlag/releases/tag/v3.0.4
Here in an excerpt from the release note:
In case FreshRSS got stuck in a loading state with the
v3.0.2
release:You can manually bypass the loading state by opening the inspect mode on your browser. Within the "Elements" tab, locate the
body
element and add the CSS classyoulag-loaded
.Example:
- From
<body class="normal">
- To
<body class="normal youlag-loaded">
.The adjustment above will exit the loading state, allowing you to interact with the content and access the extension page.
For your convenience, below is the url path to the "User CSS" extension page:
https://yourfreshrssdomain.com/i/?c=extension&a=configure&e=User%2BCSS
Head to this page and replace the old CSS with the one provided in this release.
Edit: Fixed typo on CSS class name
I suggest using the extension "YouTubeChannel2RssFeed", with this, you don't have to manually convert the youtube channel links to RSS feed links.
With YouTubeChannel2RssFeed installed, you can simply use the url: https://www.youtube.com/@somechannel
and it will add it as https://www.youtube.com/feeds/videos.xml?channel_id=%7Bid_goes_here%7D
.
Edit: Link to extension
I believe what you might be referring to was reported here: https://github.com/civilblur/youlag/issues/2
The workaround was to enable the User JS extension first, and then the User CSS. This order requirement will be fixed in the next update, and the README has been updated.
If the page looks like it is constantly loading, you can open up the inspect mode on your browser, then add the CSS class youlag-loaded
to the body element. This will allow you to manually exit out of the loading state.
Please note that there is nothing in the Youlag extension that can or will inherently corrupt your FreshRSS instance, so all your data is safe.
Edit 2025-02-23:
Please use the latest release, which is v3.0.4
as of writing.
Since I don't use a TV myself, I have not looked into this scenario unfortunately.
Browse and watch videos in FreshRSS like it's YouTube: "Youlag theme/extension" (v3.0.2)
Browse and watch videos in FreshRSS like it's YouTube: "Youlag theme/extension" (v3.0.2)
No worries! This setup ended up working better than I thought, and I've been using it as my primary way of interfacing with youtube.
Addressing the subscribing part; I had similar requirements, so I started subscribing via FreshRSS while using a custom theme to give it a YouTube-like experience.
I shared the setup a few month ago here: https://lemmy.world/post/21381606
Looking forward to it, feel free and share it once it's ready, or if you need any feedback.
Hopefully this will spark some interest in that!
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.
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.