From 406e88acfaa3cbc7b81df1d6f828125906866668 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Fri, 12 Feb 2021 10:43:54 -0600 Subject: [PATCH] Add an example for Heretical Edge 2, to show how to exclude chapters Refs #46 --- examples/heretical-edge-2.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/heretical-edge-2.json diff --git a/examples/heretical-edge-2.json b/examples/heretical-edge-2.json new file mode 100644 index 0000000..9c706b3 --- /dev/null +++ b/examples/heretical-edge-2.json @@ -0,0 +1,8 @@ +{ + "url": "https://ceruleanscrawling.wordpress.com/heretical-edge-2-table-of-contents/", + "title": "Heretical Edge 2", + "author": "Ceruelean", + "chapter_selector": "article .entry-content > p > a:not([href*=patreon])", + "content_selector": "article .entry-content", + "filter_selector": ".sharedaddy, .wpcnt, style" +}