urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Python's xpath support limitation?

Open ghost opened this issue 3 years ago • 0 comments

The other things that you were mentioning (which should be a different issue, this isn't a support forum thread) might be a limitation of Python's xpath support: https://stackoverflow.com/a/22560964/1047040

Originally posted by @thp in https://github.com/thp/urlwatch/issue_comments/697773757

For this page I only get title/text and no title/description. I don't know if it's related to the above issue or it's related to the xml.

name: 22_SwimSwam News [USA Swimming, Time Standard, National Age Group]
url: https://swimswam.com/feed/
filter:
  - xpath:
      path: '//item/title/text()|//item/title/description/text()'
      method: xml

ghost avatar Oct 16 '20 21:10 ghost