How to fetch rss feeds from website using rails

437 Views Asked by At

I am using Feedjira in my application which is an excellent option to get rss feeds and getting all feeds when we provide a valid feed URL. But Now I want to get feeds when I provide website url instead of feed url. Unfortunately, I am not getting valid data using Feedjira.

I have tried with FeedBag gem which is working as expected but for some urls it is not working properly. Can anyone please suggest me any gems/plugins to get valid feeds using website url in rails.

Thanks in advance.

0

There are 0 best solutions below