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
128
votes
9 answers

The import android.support cannot be resolved

I am trying to run the code provided HERE I downloaded the code from their Github and imported into Android SDK, but it shows error at the lines import android.support.v4.app.FragmentActivity; import android.support.v4.app.NavUtils; in multiple…
user13267
  • 6,871
  • 28
  • 80
  • 138
16
votes
5 answers

How to Build a RSS reader for Android?

I am new to android and i am trying to build a RSS reader for Android. I have built all the classes and XML files but its not giving the required output. Its just showing the message No RSS feed available. Please can some one suggest what should i…
Avi kumar
  • 383
  • 2
  • 3
  • 10
8
votes
2 answers

Reading RSS feed with jQuery?

Using the jQuery rss pluging jFeed, and using their example code on their website, I have created the following code which does not seem to work: jQuery.getFeed({ url: 'http://www.hotukdeals.com/rss/hot', success: function(feed) { …
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
7
votes
1 answer

Can I customize look of Google News RSS feed on my website?

I have a doubt regarding the use of Google News RSS Feed. Google News help states this: Why Google might block an RSS feed In some cases, Google News might block a feed. That could happen if you are: Using Google News feeds for profit or to…
Kashyap Kotak
  • 1,888
  • 2
  • 19
  • 38
7
votes
1 answer

How to read all articles from a RSS feed?

I am using Python feedparser to read articles from a RSS feed. However, only the first page of articles can be read. Is there any other lib/package can read all articles of a RSS feed? Similar question @ SO: Feedparser - retrieve old messages from…
northtree
  • 8,569
  • 11
  • 61
  • 80
6
votes
3 answers

UIImage: How to get website tab icon

I'm developing an RSS Reader and I need to get the favicon for each feed. For example, if my feed is google.com, I'd like to get the "G" icon and put it into a UIImage or something. Any ideas on how to achieve this?
Alex Takashi Tanabe
  • 129
  • 1
  • 3
  • 11
6
votes
3 answers

Google Feeds API not working - Has it been shutdown?

I just opened up my news website that I'm working on this morning and none of the RSS news feeds are being displayed, I went onto the Google Feed Forum to see if there had been anything posted about it and the only thing I found was…
Mark O'Sullivan
  • 10,138
  • 6
  • 39
  • 60
6
votes
3 answers

curl: can't fetch rss from website because of CloudFlare

I'm notable to connect this site http://www.youm7.com/newtkarirrss.asp using curl on the server But i can access it from localhost with out any problem Here is the…
Mona Abdelmajeed
  • 686
  • 1
  • 9
  • 19
6
votes
1 answer

Reading a RSS feed using visual C#

I am trying to a read a RSS feed and display in my C# application. i have used the code below and it works perfectly for other RSS feeds. I want to read this RSS feed ---> http://ptwc.weather.gov/ptwc/feeds/ptwc_rss_indian.xml and the code below…
Sindu_
  • 1,347
  • 8
  • 27
  • 67
5
votes
4 answers

RSS feed reader compatible with arxiv

Is there any RSS feed reader that is compatible with Arxiv rss feeds which have the annoyance of using html tags for authors? So I want a reader that does not display the author as
atapaka
  • 1,172
  • 4
  • 14
  • 30
4
votes
1 answer

Flask + feedparser RSS reader takes too much (15 s) to load. How can I reduce this time?

What I'm making: An RSS reader with a couple (10 to 15) fixed feeds. The problem: When I hit refresh on the browser, it takes around 15 seconds to load. I know that most of the loading time is waiting for the server to iterate over every feed and…
Santiago Quiroga
  • 453
  • 1
  • 6
  • 19
4
votes
1 answer

Strict Standards: Non-static method DOMDocument::load() rss feed

I'm getting this error from several RSS feed joomla modules. (below is an example from one of them, LightRSSFeedReader, but I'm getting the issue on the others I have tried) Strict Standards: Non-static method DOMDocument::load() should not be…
Paeon
  • 85
  • 1
  • 8
4
votes
1 answer

Python Blog RSS Feed Scraping BeautifulSoup Output to .txt Files

Apologies in advance for the long block of code following. I'm new to BeautifulSoup, but found there were some useful tutorials using it to scrape RSS feeds for blogs. Full disclosure: this is code adapted from this video tutorial which has been…
kylerthecreator
  • 1,509
  • 3
  • 15
  • 32
4
votes
1 answer

Google Feed API alternatives

I am in the process of writing a RSS reader. I want the user to be able to search for RSS feeds on the web by keywords and subscribe to them. Currently I am using Google Feed API which allow me to send text queries and receive all relevant RSS feeds…
Idan
  • 2,819
  • 4
  • 33
  • 61
4
votes
1 answer

build a rss reader with headline images

I am building an online Rss reader. I want to be able to display images along with the article title and description. I am using google feeds API to read the rss feed from CNN (http://rss.cnn.com/rss/edition.rss). In the feed I get, I cannot find a…
user1690179
  • 125
  • 3
  • 11
1
2 3
30 31