From fb588793489cac5a0b48f7809c87012a677f0d3f Mon Sep 17 00:00:00 2001 From: David Lynch Date: Tue, 5 Dec 2017 21:34:40 -0600 Subject: [PATCH] New example --- examples/sagaofsoul.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/sagaofsoul.json diff --git a/examples/sagaofsoul.json b/examples/sagaofsoul.json new file mode 100644 index 0000000..27bab61 --- /dev/null +++ b/examples/sagaofsoul.json @@ -0,0 +1,8 @@ +{ + "url": "http://www.sagaofsoul.com/story.html", + "title": "Saga of Soul", + "author": "Ouri Maler", + "chapter_selector": "#mainbody li a", + "content_selector": "#mainbody", + "filter_selector": "script, noscript" +}