From d7e77d8181b2dfe490385648024aee533e2cdf35 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Thu, 9 Aug 2018 23:28:30 -0500 Subject: [PATCH] Wandering Inn example --- examples/wanderinginn.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/wanderinginn.json diff --git a/examples/wanderinginn.json b/examples/wanderinginn.json new file mode 100644 index 0000000..47bc429 --- /dev/null +++ b/examples/wanderinginn.json @@ -0,0 +1,7 @@ +{ + "url": "https://wanderinginn.com/table-of-contents/", + "title": "The Wandering Inn", + "author": "pirateaba", + "chapter_selector": ".entry-content > p > a", + "content_selector": ".entry-content" +}