mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
handle some 3'th party errors, init scraper features
This commit is contained in:
parent
6bf89cbc3e
commit
d8f2d723f5
4 changed files with 84 additions and 20 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue