From e66adc171f5077ad02b64f35652fda276012b865 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Fri, 12 Feb 2021 10:46:16 -0600 Subject: [PATCH] Add example for getting all of Practical Guide in one ebook ...this has been sitting uncommitted since I did all the `next` stuff, so I think I just forgot to commit it then. --- examples/practicalall.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/practicalall.json diff --git a/examples/practicalall.json b/examples/practicalall.json new file mode 100644 index 0000000..bb77121 --- /dev/null +++ b/examples/practicalall.json @@ -0,0 +1,11 @@ +{ + "url": "https://practicalguidetoevil.wordpress.com/2015/03/25/prologue/", + "title": "A Practical Guide To Evil", + "author": "erraticerrata", + "content_selector": "#main .entry-wrapper", + "content_title_selector": "h1.entry-title", + "content_text_selector": ".entry-content", + "filter_selector": ".sharedaddy, .wpcnt, style", + "next_selector": "a[rel=\"next\"]", + "cover_url": "https://gitlab.com/Mikescher2/A-Practical-Guide-To-Evil-Lyx/raw/master/APGTE_1/APGTE_front.png" +} \ No newline at end of file