miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.73k stars 711 forks source link

Two issues with the feed for Bikepacking.com #2640

Closed Hund closed 4 months ago

Hund commented 4 months ago

I have two issues with the feed for Bikepacking.com.

  1. Images seems to belong to some list?
  2. I would like some help to remove this part at the end of every article:

Further Reading

Make sure to dig into these related articles for more info... FILED IN (CATEGORIES & TAGS) Dispatch

Please keep the conversation civil, constructive, and inclusive, or your comment will be removed.

I have included a image that shows both issues. Does anyone know how do I fix these two issues? :)

Article: https://bikepacking.com/news/mulberry-gap-for-sale/ Web feed: https://bikepacking.com/news/feed/

image

fguillot commented 4 months ago

Images seems to belong to some list?

You see a list because there is a list on the original website. That's how they have designed their image gallery.

image

You can play with the scraper rules and the rewrite rules to keep only the content that you want.

https://miniflux.app/docs/rules.html#rewrite-rules

Keep in mind that the Miniflux scraper is just downloading the original HTML website content. That's it. Sometimes, it's better to navigate to the original article if the markup is ugly or relies too much on JavaScript.