xpath2rss
xpath2rss copied to clipboard
A simple web scraper for querying HTML documents with XPath and turning the results into an RSS feed.
Results
2
xpath2rss issues
Sort by
recently updated
recently updated
newest added
wanted to convert https://rhn.redhat.com/errata/rhel-server-7-errata-security into an RSS feed, only it seems the table is created by JS after the page loads, but from an inline data structure. Any magic I...
This adds the `link` configuration item which can be used to generate different links for the feed items. I've also changed the date format to `DATE_RSS` because feedvalidator.org was complaining...