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
1
vote
0 answers

Flutter Check if RssItem exists

I've created an app which collects data from a RssFeed with the dart package 'webfeed'. Here is my code: Loading the data: ValueNotifier data = ValueNotifier([]) Future load() async { var result = await loadFeed(url); if (null…
Leo D.
  • 73
  • 8
1
vote
0 answers

How to edit this code so that I can view only texts?

This is a snippet of config file of snownews (a terminal based news aggregator). Problem: When I try to view a rss feed on terminal, I can only view text till the image! after that everything is blank. Also since i'm using a terminal image is also…
rootskull
  • 11
  • 1
1
vote
0 answers

React rss-parser - Parse image

I'm using the npm react rss-parser to parse an rss file. I can show the feed title, description, link and also item -> title, description. I'm unable to parse the data within image. My script doesn't recognise the map that I'm running. Does anyone…
4ledj
  • 11
  • 1
1
vote
1 answer

Is it legal to use google news rss in a mobile application?

I am building a News App.Is it ok to use Google news rss feed for my app.Is it free or they charge for it?
Shweta
  • 87
  • 4
1
vote
0 answers

Parsing rss feed using retrofit and simplexmlconverter

I am trying since last two day for parsing the rss feed of my website using Retrofit and retrofit2.converter.simplexml. It's parsing the basic tag but not like content:encoded etc. I am posting the rss xml LINK OF RSS and retrofit's code here. The…
1
vote
1 answer

How to check if RSS address is accessible

I am using classic asp/vbscript to load a RSS. In this case the URL should start with https rather than http so I get the error : Access is denied. How can I check if the target url is accessible and healthy and the use it? Set xmlDOM =…
Ali Sheikhpour
  • 10,475
  • 5
  • 41
  • 82
1
vote
0 answers

RSS API capable to add, delete, and list all RSS resources with Laravel

Good afternoon, I have to do a task that in principle it seemed easy. The task is to create an API that allows you to list, add, and remove RSS sources, and fetch the last contents of the feeds. I also have to find a way for returning old content if…
Erik Garcia Rosa
  • 59
  • 1
  • 2
  • 10
1
vote
1 answer

How do I make an RSS feed using