From 966bd2c120a18288c1b30130e22cb8db268265c9 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Sat, 27 Mar 2021 11:15:22 -0500 Subject: [PATCH] Include Ward in examples It has some very noticeable encoding issues, which probably require more thought on how to sanitize weird inputs. Fixes #37 --- examples/ward.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/ward.json diff --git a/examples/ward.json b/examples/ward.json new file mode 100644 index 0000000..0e4fc14 --- /dev/null +++ b/examples/ward.json @@ -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" +} \ No newline at end of file