handle some 3'th party errors, init scraper features

This commit is contained in:
yggverse 2026-01-07 18:25:21 +02:00
parent 6bf89cbc3e
commit d8f2d723f5
4 changed files with 84 additions and 20 deletions

View file

@ -16,9 +16,15 @@ url = "https://"
items_limit = 20
persist_item_title = true
persist_item_description = true
# optional:
# content_title_selector = "h1"
# content_description_selector = "article"
[[channel]]
url = "https://"
items_limit = 20
persist_item_title = true
persist_item_description = true
persist_item_description = true
# optional:
# content_title_selector = "h1"
# content_description_selector = "article"