custom-components / feedparser

📰 RSS Feed Integration
MIT License
144 stars 33 forks source link

Latest version 0.1.12 breaks image sync #136

Open Montreal666 opened 2 days ago

Montreal666 commented 2 days ago

With latest version all images end up being:

image: https://www.home-assistant.io/images/favicon-192x192-full.png

The RSS link I am using:

"https://ici.radio-canada.ca/rss/1000524"

Reverting back to previous version solves it.

ogajduse commented 1 day ago

Just for the record, 0.1.12 was only a bump of the upstream feedparser library. https://github.com/custom-components/feedparser/compare/0.1.11...0.1.12

Also not much has changed in the upstream library: https://github.com/kurtmckee/feedparser/compare/6.0.10...6.0.11

I can take a look at it in the coming days or weeks.