add collection of scraping settings (#7937)

Closes #7894

Changes proposed in this pull request:

- adds the link to the collection of XPath scraping settings to the appropriate documentation page
This commit is contained in:
Bastian Greshake Tzovaras
2025-09-11 04:10:30 -03:00
committed by GitHub
parent e7c9c3d11e
commit 8e8ff4014d

View File

@@ -59,3 +59,4 @@ Support string concatenation with a syntax like: `meta.title & " some text"` usi
## Recommended external manuals
- [XPath Scraping with FreshRSS, by Dan Q](https://danq.me/2022/09/27/freshrss-xpath/) (September 2022)
- A [crowdsourced collection of XPath/scraping settings](https://codeberg.org/gedankenstuecke/freshrss-xpath-scraping-settings-examples) for various websites (incl. News pages). Also has OPML files to easily import settings. (August 2025)