Questions tagged [rss-reader]

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is a client software or a web application which aggregates syndicated web content such as news headlines, blogs, podcasts, and video blogs in one location for easy viewing.

RSS Reader is also termed a news aggregator, feed aggregator, feed reader, news reader or simply aggregator.

461 questions
3
votes
1 answer

RSS Feed Search Engine

I'm looking for a query based RSS Feed search engine sort of like a modern day based web search engine like Google, bing, yahoo og baudi. Does anybody know any good RSS feed query based search engines. I'm looking along the lines of public API's of…
3
votes
2 answers

Parse custom rss tags using Rome API

I am trying to use Rome for parsing some rss feeds. One of the rss feeds says specifies 0.91 as the version and no custom xml namespace is defined but the entries still have a custom element in them. Can I use Rome to parse such custom tags without…
Neha
  • 71
  • 2
  • 11
3
votes
2 answers

joda - parsing time zone of pubDate in RSS item

I'm parsing pubDate in RSS item using Joda. The date have to be in RFC-822 format: http://feed2.w3.org/docs/error/InvalidRFC2822Date.html The problem is that when there is a date like: Wed, 02 Oct 2002 13:00:00 GMT I have to use…
AppiDevo
  • 3,195
  • 3
  • 33
  • 51
3
votes
2 answers

PHP file_get_contents is slow and return 500 Internal Server Error

I'm trying to read rss of a news agency site and get several options of all news to save in my database. so i used php functions as file_get_contents or cURl but it takes about a minute to get content of site and analyze it for seperating that parts…
Mahmood Kohansal
  • 1,021
  • 2
  • 16
  • 42
3
votes
1 answer

Android RSS feed, Eclipse. Odd exceptions

I've searched through quite a few posts, and couldn't find quite my error. I am attempting to get an example RSS feed reader working to understand how it works. If anyone has a better example, feel free to link. Thank you for your…
Gramgax
  • 33
  • 4
2
votes
1 answer

Using Rexml to parse RSS feed but heavy data not loading on device in Rhomobile

I am using Rexml for reading the RSS feed and is working fine with small size of feed. The large size feed is not working on device although working fine on simulator. How can i handle large size data?
Priya Saini
  • 109
  • 13
2
votes
1 answer

Asp XML feed reader

What I have so far I am creating a news feed for my site and I currently have this. <% TheFeed = "http://feeds.feedburner.com/Actsoft" Set objXML = Server.CreateObject("Microsoft.XMLDOM") objXML.Async = False objXML.SetProperty…
WhosDustin
  • 303
  • 3
  • 11
2
votes
0 answers

RSS Feed in Flutter blocked by Cloudflare - Execute javascript in Dart

I'm making a RSS reader in flutter, however my requests to the feed are blocked by Cloudflare. I've been looking for a way to emulate a browser with javascript enabled, since it is needed to pass the Cloudflare test, but nothing seems to have that…
ouai
  • 150
  • 1
  • 10
2
votes
1 answer

What is the point of an RSS item without a link, and what do I do with it?

According to the RSS spec https://www.rssboard.org/rss-draft-1#element-channel-item An item MAY contain the following child elements: author, category, comments, description, enclosure, guid, link, pubDate, source and title. All of these elements…
personjerry
  • 1,045
  • 8
  • 28
2
votes
1 answer

Python Parsing HTML from url into PD ValueError: No tables found

I'm trying to parse the below HTML into a dataframe and i keep getting error, eventhough i can clearly see a table defined in the HTML. Appreciate your help
sunny babau
  • 195
  • 1
  • 3
  • 17
2
votes
2 answers

Using XML Reader to get specific information from an RSS feed into a winform

I'm new to C# so I will try to explain this to the best of my abillity. I'm creating a simple podcast-application in C# and trying to use an XML-reader to recieve an RSS feed and then putting that information into diffrent winforms. I've worked out…
Elias Larsson
  • 55
  • 1
  • 7
2
votes
2 answers

How can I ensure the RSS data without repetition when fetch RSS data

As we know, the RSS data will update if the website manager update it, or the third-part lib to update the RSS feed data. Now if I am writing a RSS Reader, every time I fetch the data from the website's RSS source. How can I ensure the data whether…
aircraft
  • 25,146
  • 28
  • 91
  • 166
2
votes
3 answers

php reading RSS feed cannot read tag

I'm trying to read an RSS feed using php. For some reason it cannot read this content tag. ... This is an example of what an item could look like
Edvard Åkerberg
  • 2,181
  • 1
  • 26
  • 47
2
votes
1 answer

Node rss reader indefinitely

I am trying to do a non-stop rss reader with the ortoo-feedparser module. What is the simplest solution to check the new feed every x minutes ? Do I need a database ? This is my code : var feedparser = require('ortoo-feedparser'); var url =…
Kaayo25
  • 23
  • 3
2
votes
0 answers

how to render xml data in blade view

I have a serive in root response xml daha as in image below: Route::get('feed', function() { $feed = App::make("feed"); $feed->setCache(60, 'feedNewsKey'); if (!$feed->isCached()) { $news =…
TyForHelpDude
  • 4,828
  • 10
  • 48
  • 96
1 2
3
30 31