1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-03-21 20:01:44 +01:00

Examples for Pale

Refs #66
This commit is contained in:
David Lynch 2021-09-04 19:38:20 -05:00
parent bb9491cb96
commit a3ea8fbb8c
2 changed files with 18 additions and 0 deletions

View 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
View 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']"
}