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
2
votes
2 answers

feed reader in primefaces

below is the code for feed reader of primefaces which is throwing an error which says java.lang.NoClassDefFoundError: com/sun/syndication/io/XmlReader
z22
  • 10,013
  • 17
  • 70
  • 126
1
vote
2 answers

How to recuperate the image of this rss feed ?

I'm developing a wp7 app, It's a simple rss reader. I'm able to recuperate the date, the title and the description... But when I try to recuperate an image from this rss feed, I catch a NullReferenceException... Here the wrong line : itemRss.Image =…
Razor
  • 1,385
  • 4
  • 18
  • 28
1
vote
1 answer

FileNotFoundException while reading RSS in Android

I am trying to read an RSS feed. I have tried many links using the code below and succeeded, but when I try with that link above I get a FileNotFoundException. What could cause this, and how do I fix my code? EfficientAdapter class: package…
Khan
  • 7,585
  • 3
  • 27
  • 44
1
vote
0 answers

How to get image url from rss Feed

How to get Image from Rss feeds.. Here is my Rss feed url.. http://news.yahoo.com/rss/ Yahoo! News - Latest News & Headlines http://news.yahoo.com/ http://l.yimg.com/a/i/us/nws/th/main_142c.gif i want to get from above tag. please help me..
user1177820
1
vote
2 answers

check valid xml and then response time of rss-feed

I'm reading a rss feed and check I'm want to know how much time its taken to call $homepage = file_get_contents('http://www.forbes.com/news/index.xml'); for this I'm using
omnath
  • 509
  • 8
  • 25
1
vote
0 answers

How to handle RSS in IBKR in TWS?

Hi, this is my first post here, so don't know about any rules here. How to ask, how to tag, etc. I'm a german stock trader, "fighting" with the TWS daily. Have to learn how to handle API stuff in the future, but actually no time to do so. Have still…
1
vote
0 answers

Python: Able to read rss url using chrome but unable to read using python

from datetime import datetime import feedparser import requests def ESXi(): NewsFeed = feedparser.parse("https://docs.vmware.com/en/VMware-vSphere/rn_rss.xml") print(NewsFeed) num = len(NewsFeed.entries) {'bozo': 1, 'entries': [],…
KKCH
  • 79
  • 9
1
vote
2 answers

iOS - RSS reader library?

Is there a good RSS reader library for iOS/Objective C?
aryaxt
  • 76,198
  • 92
  • 293
  • 442
1
vote
0 answers

rssfeed using php / how to access certain data

I am trying to parse https://www.joc.com/rssfeed. There are a couple of things I cannot seem to access. For example, how would I access (1) Keith Wallis, Special Correspondent | Jul 30, 2021 3:16PM EDT and also [caption…
spreaderman
  • 918
  • 2
  • 10
  • 39
1
vote
1 answer

Cannot get thumbnail in rss feed in laravel

I am using willvincent feed reader to parse rss feeds, But i cannot seem to get the thumbail of the images, Here is my code Route::get('feed', function(Request $request) { $f = FeedsFacade::make('http://www.cbn.com/cbnnews/us/feed/'); //…
Waleed
  • 73
  • 1
  • 9
1
vote
2 answers

How to get an url attribute from a namespaced XML source with Vue?

I am trying to show a Rss feed in Nuxt with Axios. I can get: title link description It is working but for the images which are in:
J.O
  • 117
  • 1
  • 12
1
vote
0 answers

Tiny Tiny RSS (localhost) + RSS Bridge (localhost)

TinyTinyRSS: http://localhost:181 RSS Bridge: http://localhost:10 both working on docker containers After I add RSS Bridge feed to TTS (not matter atom/html etc), TTS showing me: "Requested URL failed extended validation." What I'm supposed to do…
kopek3105
  • 11
  • 2
1
vote
0 answers

How can I serve a modified version of an RSS feed?

The problem: I use inoreader.com to monitor a set of RSS feeds. Each of the feeds is generated by pubmed.gov and contains academic journal articles. But there is an annoying quirk where pubmed encodes each author of the article as a separate…
cxrodgers
  • 4,317
  • 2
  • 23
  • 29
1
vote
1 answer

XmlPullParser Read value inside a Tag with Kotlin

I have the following rss: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml and I can read all the info with no problem but one tag: I need the url from this…