mirror of
https://github.com/kemayo/leech
synced 2025-12-06 08:22:56 +01:00
Include Ward in examples
It has some very noticeable encoding issues, which probably require more thought on how to sanitize weird inputs. Fixes #37
This commit is contained in:
parent
f25befc237
commit
966bd2c120
1 changed files with 8 additions and 0 deletions
8
examples/ward.json
Normal file
8
examples/ward.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"url": "https://www.parahumans.net/table-of-contents/",
|
||||||
|
"title": "Ward",
|
||||||
|
"author": "Wildbow",
|
||||||
|
"chapter_selector": "#main .entry-content a",
|
||||||
|
"content_selector": "#main .entry-content",
|
||||||
|
"filter_selector": ".sharedaddy, style, a[href*='parahumans.wordpress.com'], p:first-of-type, p:last-of-type"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue