this post was submitted on 15 Jun 2023
388 points (100.0% liked)

Technology

37602 readers
514 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

It's always good to be in control of your own content sources.

you are viewing a single comment's thread
view the rest of the comments
[–] sin_free_for_00_days@lemmy.one 3 points 1 year ago (3 children)

If only youtube sill offered a RSS feed from all my subscriptions. It's so annoying that I can't figure out how to get it.

[–] noyesster@kbin.social 4 points 1 year ago* (last edited 1 year ago) (1 children)

If you inspect the page code in your browser for the YouTube channel you want to add to your rss feed, the rss link is still there. Just control + f and search for rss. I still use rss to manage my YouTube content.

I tried that the other day, found the rssurl link, but it didn't work. I'll try it again with a different RSS reader. It would be nice if it was available for all my subscriptions in one link, but if it works for one I guess it's not really that big of a deal to add them all.

[–] mim@lemmy.sdf.org 3 points 1 year ago* (last edited 1 year ago) (1 children)

It's in there if you inspect the source of the page.

Alternatively, feedly is able to detect and parse it, you only have to provide it the URL to the channel.

If you then don't want to use feedly, you can export your subscriptions as a opml file, and import them in another reader.

A bit of a convoluted solution, if you don't want to inspect the source.

[–] sin_free_for_00_days@lemmy.one 1 points 1 year ago* (last edited 1 year ago)

I was able to write a quick hacky one liner to parse the source and paste the rssUrl into my reader. It didn't take as long as I was expecting to get the 30-40 channels into my rss reader. I think my previous issue was the rss reader I was using didn't like something about the format. RSS Guard didn't have an issue with it. Thanks.

Edit: I can't believe I didn't do this earlier. newsboat has Vim keybindings and the interface reminds me a lot of mutt. Clear videos through mpv with zero ads. I'm in heaven right now. I haven't looked at RSS in at least a decade.

[–] matt@infosec.pub 2 points 1 year ago (1 children)

I use Miniflux and I've actually had luck just putting the channel url like youtube[.]com/channel/CHANNEL_NAME_HERE and the rss feed populates from there!

I wrote a quick bash script to one-click the rss feeds out the page source. I'm surprised most rss readers don't do that automatically, it's not an involved algorithm to pick that out.