From 97a2a8899a9d8566b4f0670eb4a619b2ddb44bda Mon Sep 17 00:00:00 2001 From: Alex Raubach <10493887+AlexRaubach@users.noreply.github.com> Date: Tue, 28 Aug 2018 22:01:10 -0400 Subject: [PATCH] Create Worm site definition --- examples/worm.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/worm.json diff --git a/examples/worm.json b/examples/worm.json new file mode 100644 index 0000000..a021a5e --- /dev/null +++ b/examples/worm.json @@ -0,0 +1,8 @@ +{ + "url": "https://parahumans.wordpress.com/table-of-contents/", + "title": "Worm", + "author": "Wildbow", + "chapter_selector": "#main .entry-content a", + "content_selector": "#main .entry-content", + "filter_selector": ".sharedaddy, style, a[href*='parahumans.wordpress.com']" +}