mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
implement persist_images_selector, minimize codebase by using bail, change image table structure to use sha256 hash as the unique image identity
This commit is contained in:
parent
bc61b5c09c
commit
ec0cca64f3
7 changed files with 97 additions and 90 deletions
|
|
@ -19,6 +19,7 @@ persist_item_description = true
|
|||
# optional:
|
||||
# content_title_selector = "h1"
|
||||
# content_description_selector = "article"
|
||||
# persist_images_selector = "img"
|
||||
|
||||
[[channel]]
|
||||
url = "https://"
|
||||
|
|
@ -27,4 +28,5 @@ persist_item_title = true
|
|||
persist_item_description = true
|
||||
# optional:
|
||||
# content_title_selector = "h1"
|
||||
# content_description_selector = "article"
|
||||
# content_description_selector = "article"
|
||||
# persist_images_selector = "img"
|
||||
Loading…
Add table
Add a link
Reference in a new issue