Hacker News new | ask | show | jobs
by xp84 120 days ago
It does - I think the praise being sung was just that you don't need to know how to construct them. YouTube doesn't have a little orange rectangle "RSS" link to click, or anything.
1 comments

At one point (when I first tried this) I'm pretty sure youtube didn't have a link to an rss feed in the source. I had grown used to going to source and searching for "rss" and "xml." However, I just checked and they definitely do have a link now!
Oh, thanks for the hint! I might be able to remove some code from my feed detection code (on pipes) then.

But on a first glance, it seems like alternate links for channels are back, but playlists are missing. Still, that might be a step forward.

I think openrss.org has YouTube playlist feeds
Yeah, quite possible. You can construct the feed by some rules, mine are here: https://github.com/pipes-digital/pipes/blob/4243c9234ddab6a3... - but then you have to monitor whether it still works periodically. Being able to replace that by proper meta tags would be nice.

Using openrss.org as an intermediary might work as well, but not ideal to rely on a third party for that.