Explorar el Código

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
Bastian Greshake Tzovaras hace 6 meses
padre
commit
8e8ff4014d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docs/en/users/11_website_scraping.md

+ 1 - 0
docs/en/users/11_website_scraping.md

@@ -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)