thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

css filter including stuff it shouldn't #684

Closed Shaav closed 1 year ago

Shaav commented 2 years ago

Since upgrading to 2.24 some of my watches are producing a ton of extra garbage... For example this one:

url: https://letempsediteur.com/tag/harry-potter/ filter:

The page has 4 h3 tags of this class and 'entry-title' does not appear anywhere else but the CSS. However, the --test-filter output produces the attached.

urlwatch_test.txt

Thoughts?

Shaav commented 2 years ago

Just tested "element-by-class: entry-title" and it works as expected.