From 77fb1543689bb209e60be40ef616e29e705a2bec Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sat, 30 Mar 2019 00:10:15 +0000 Subject: [PATCH] Add book 5 of APGTE Thanks for your work, it's been great being able to read web serials on my Kindle. :) --- examples/practial5.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/practial5.json diff --git a/examples/practial5.json b/examples/practial5.json new file mode 100644 index 0000000..0605197 --- /dev/null +++ b/examples/practial5.json @@ -0,0 +1,9 @@ +{ + "url": "https://practicalguidetoevil.wordpress.com/table-of-contents/", + "title": "A Practical Guide To Evil: Book 5", + "author": "erraticerrata", + "chapter_selector": "#main .entry-content > ul:nth-of-type(5) > li > a", + "content_selector": "#main .entry-content", + "filter_selector": ".sharedaddy, .wpcnt, style", + "cover_url": "https://gitlab.com/Mikescher2/A-Practical-Guide-To-Evil-Lyx/raw/master/APGTE_1/APGTE_front.png" +}