jocmp / capyreader

An smallish Android RSS reader
http://capyreader.com/
MIT License
91 stars 3 forks source link

comicsrss.com isn't showing images #198

Closed ez-me closed 1 month ago

ez-me commented 1 month ago

Steps to Reproduce

Steps to reproduce:

  1. add https://www.comicsrss.com/rss/garfield.rss for example
  2. go into any post
  3. No images appear (even with full text retrieval)

Expected behavior

An image to appear (the comic)

Screenshots or screen recording

No response

Device, Operating system, and app version

Google Pixel 2 XL (taimen), Android 12L (api31), Capy Reader 2024.07.1011

jocmp commented 1 month ago

hey @ez-me - thanks for the detailed bug report. I found the issue. This RSS feed doesn't put the comic strip in the post's body, so the app couldn't find it. I have a fix to use the post's summary if the post body is unavailable.

The end result is shown below. I'll push the fix up and have a new build no later than tomorrow.

jocmp commented 1 month ago

Fixed in 2024.07.1012. Please reopen if you see this issue again!