Просмотр исходного кода

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 6 месяцев назад
Родитель
Сommit
8e8ff4014d
1 измененных файлов с 1 добавлено и 0 удалено
  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)