From d79fc7e5451e133604a3350176a1f7db76bef60f Mon Sep 17 00:00:00 2001 From: David Lynch Date: Fri, 17 Aug 2018 21:22:57 -0500 Subject: [PATCH] Practical Guide 4 --- examples/practical4.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/practical4.json diff --git a/examples/practical4.json b/examples/practical4.json new file mode 100644 index 0000000..76bf606 --- /dev/null +++ b/examples/practical4.json @@ -0,0 +1,8 @@ +{ + "url": "https://practicalguidetoevil.wordpress.com/table-of-contents/", + "title": "A Practical Guide To Evil: Book 4", + "author": "erraticerrata", + "chapter_selector": "#main .entry-content > ul:nth-of-type(4) > li > a", + "content_selector": "#main .entry-content", + "filter_selector": ".sharedaddy, .wpcnt, style" +}