dgtlmoon / changedetection.io

The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification
https://changedetection.io
Apache License 2.0
17.09k stars 957 forks source link

Unable to use filter in an Atom feed url. #2454

Closed jerrywoo96 closed 3 months ago

jerrywoo96 commented 3 months ago

Describe the bug Unable to filter an Atom feed.

Version v0.45.24

To Reproduce Steps to reproduce the behavior:

  1. Add https://feed.rutracker.cc/atom/f/1081.atom and edit.
  2. Enter xpath://title in CSS/JSONPath/JQ/XPath Filters

Expected behavior Expected to see all titles in preview if i use xpath filter, Expected to see xml in preview if i do not use any filters.

Screenshots Without any Xpath filters, i expect to see this. image

Without any Xpath filters, i do not expect to see this. And titles are not shown too. image

With xpath://title or xpath://entry/title xpath filters, i get this error. Got HTML content but no text found (With 200 reply code), it's possible that the filters were found, but contained no usable text.

jerrywoo96 commented 3 months ago

Nevermind, solved with xpath://title/text()