jocmp / capyreader

A smallish Android RSS reader
http://capyreader.com/
MIT License
136 stars 4 forks source link

Visible code in reader mode of articles #205

Closed HarriBuh closed 2 months ago

HarriBuh commented 2 months ago

This started happening since the latest update to 2024.07.1012

Screenshot_20240723-205702.png

Screenshot_20240723-210208.png

Code is being shown alongside the actual content of the article, sometimes the content of an article isn't fully shown.

jocmp commented 2 months ago

Hey @HarriBuh - this looks like output from the article body itself. Can you share a link to the article?

jocmp commented 2 months ago

Found the feed based on "tagesschau24" in the photos. It looks like this feed is passing invalid data in their video links. The same issue happens in the NetNewsWire macOS RSS reader. I'll investigate more.

Screenshot 2024-07-23 at 7 41 01 PM

jocmp commented 2 months ago

The fix is live in the 2024.07.1014.

The website was doing bad things with JavaScript in the article which broke the parser. I added some custom handling to avoid this going forward. Thanks again for the bug report, and please reopen if you continue seeing the bug.