Where does Feedly and Feedbin get their feed favicon icons from?

1.1k views Asked by At

I'm looking at the API for Feedbin (https://github.com/feedbin/feedbin-api/blob/master/content/subscriptions.md) and I can't seem to find where I can retrieve the favicon for the feed.

Does anyone know how this is usually requested?

2

There are 2 answers

1
Julien Genestoux On BEST ANSWER

Based on the source code, it seems to be coming from Cloudfront. Now, that probably does not answer your question as to how it ends up there. In all likely hood Feedbin or Feedly use a library that extract the favicon url based on the HTML pages related to a feed.

0
C. S. F. Junior On

For feedbin, this can solve the question https://api.feedbin.com/v2/icons.json It shows all icons for feeds that the user is subscribed to. Feedbin GitHub - Icons