Is there a RSS generator for Facebook pages as well? Will this support Facebook pages later on?
RssHub – A feed aggregator that can generate feeds from pretty much everything
61–65 of 65 posts
Re: RssHub – A feed aggregator that can generate feeds from pretty much everything
#62* Shameless plug *: Our little startup, Feedity - https://feedity.com, helps create custom RSS feeds for any webpage, even social networks (Facebook, Instagram, Twitter), via an online feed builder and REST API.
Re: RssHub – A feed aggregator that can generate feeds from pretty much everything
#63Earlier quoted context omitted.
Simple: - most RSS readers suck so bad you can't even retrieve years old articles. So if you follow blogs that don't post often, you simply can NOT get any of their older posts. Imagine a blog that has one seriously good article once a month. Typically you can't get more than a year's worth of posts, so that's like 12 articles. Why? - the best RSS app I had on iPad let me archive feeds for a LONG time. I used it as a…
> - most RSS readers suck so bad you can't even retrieve years old articles. So if you follow blogs that don't post often, you simply can NOT get any of their older posts. Imagine a blog that has one seriously good article once a month. Typically you can't get more than a year's worth of posts, so that's like 12 articles. Why? Most blogs don't include more than the last ten or so articles in their feed. Fetching back…
Something like feed.xml?page=2 seems fairly sane.
Re: RssHub – A feed aggregator that can generate feeds from pretty much everything
#64Earlier quoted context omitted.
> - most RSS readers suck so bad you can't even retrieve years old articles. So if you follow blogs that don't post often, you simply can NOT get any of their older posts. Imagine a blog that has one seriously good article once a month. Typically you can't get more than a year's worth of posts, so that's like 12 articles. Why? Most blogs don't include more than the last ten or so articles in their feed. Fetching back…
This seems like the sort of thing that should be in the spec for a feed. RSS is basically a textual representation of a site's available articles; you have to explicitly GET the feed to see any new posts (at least without PubSub). If you're going to provide a static xml representation of your site's content, there's no obvious reason why you wouldn't want that to extend back indefinitely. Something like feed.xml?page…
Re: RssHub – A feed aggregator that can generate feeds from pretty much everything
#65Earlier quoted context omitted.
YouTube channel feeds, if they have one, are at: www.youtube.com/feeds/videos.xml?channel_id={channel_id} Some channels have a custom url and the id isn't obvious but it should be in the page source somewhere. For example, "It's Okay To Be Smart" is at "www.youtube.com/user/itsokaytobesmart". Right click, view page source, search for "/channel/". That finds " "" rel="nofollow">https://www.youtube.com/channel/UCH4BNI0…
I'm not sure what the relationship between channels and users is. I think it's many-to-many and I'm aware of 3 feed types: https://www.youtube.com/feeds/videos.xml?user= https://www.youtube.com/feeds/videos.xml?channel_id= https://www.youtube.com/feeds/videos.xml?playlist_id= Would love to hear if there are more.