Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8179351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:58:55+00:00 2026-06-06T23:58:55+00:00

I am trying to write a small RSS Reader. I use ROME in order

  • 0

I am trying to write a small RSS Reader. I use ROME in order to get the RSS feeds. This works fine so far. However, I am not able to obtain the RSS icon of the individual feeds. Is there a way to get the icon (e.g. the URL) via ROME or does anybody know an easy way to achieve this through java without ROME?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T23:58:57+00:00Added an answer on June 6, 2026 at 11:58 pm

    The favicon.ico is almost always in the root of the host, for example, for stackoverflow’s you can go here: https://stackoverflow.com/favicon.ico and get redirected to the icon. Sometimes, RSS feeds are actually hosted on a different service (like google or feedburner) than the site itself (where all the RSS items are), so you need to access the <link> element to get the host, then simply access the host’s favicon.ico.

    Example, over at Crunchy Roll, they use feed burner and the RSS feed looks something like this:

    <channel>
     <title>Latest in Anime News by Crunchyroll!</title>
     <description>Read about the latest updates on Crunchyroll.com</description>
     <link>http://www.crunchyroll.com/news</link>
    

    So if you have a SyndEntry,

    1. you can call the getLink() method to access this link, (http://www.crunchyroll.com/news)
    2. remove the URI (http://www.crunchyroll.com/)
    3. append favicon.ico and fetch the icon (http://www.crunchyroll.com/favicon.ico)

    This may not always work, although sites really should be putting favicon.ico in their document root, some sites may use a <link> tag within the page, something like:

    <link rel="shortcut icon" href="new_category/favicon.ico" type="image/x-icon">
    

    To indicate that for a given page, to use this other favicon. This doesn’t necessarily mean there isn’t a favicon,ico sitting at the document root, just that for this link, to use this icon. So if you want to take the extra steps, you can insert these steps between 1. and 2. above:

    • Load the link (http://www.crunchyroll.com/news)
    • Check for a <link rel="shortcut icon"> in the header
    • Load that and call it a day
    • Otherwise continue to step 2
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a small library which will use DirectShow. This library
I'm trying to write a small parser with Irony . Unfortunately I get a
I'm trying to write a small application that needs to use the clipboard for
Trying to write this small program to help me in my Stats class, everything
I'm trying to write a small accounting app, mainly for my dad's use. His
I am wanting to write a small application that can pull RSS feeds from
I am trying to write a small application to use DataNucleus' JDO implementation on
I'm trying to write a small app which can be used in order to
I'm trying to write a small command launcher application, and would like to use
Begginer's question. I'm trying to write small piece of code in Visual Studio (VB.net)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.