mirror of
https://github.com/kemayo/leech
synced 2026-03-21 11:51:24 +01:00
parent
bb9491cb96
commit
a3ea8fbb8c
2 changed files with 18 additions and 0 deletions
10
examples/pale-withextras.json
Normal file
10
examples/pale-withextras.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"url": "https://palewebserial.wordpress.com/2020/05/05/blood-run-cold-0-0/",
|
||||
"title": "Pale",
|
||||
"author": "Wildbow",
|
||||
"content_selector": "#main",
|
||||
"content_title_selector": "h1.entry-title",
|
||||
"content_text_selector": ".entry-content",
|
||||
"filter_selector": ".sharedaddy, style, a[href*='palewebserial.wordpress.com']",
|
||||
"next_selector": "a[rel=\"next\"]"
|
||||
}
|
||||
8
examples/pale.json
Normal file
8
examples/pale.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"url": "https://palewebserial.wordpress.com/table-of-contents/",
|
||||
"title": "Pale",
|
||||
"author": "Wildbow",
|
||||
"chapter_selector": "article .entry-content > p a",
|
||||
"content_selector": "article .entry-content",
|
||||
"filter_selector": ".sharedaddy, style, a[href*='palewebserial.wordpress.com']"
|
||||
}
|
||||
Loading…
Reference in a new issue