From 983152e408ccb74e957d47d97f5bd007d53bf36e Mon Sep 17 00:00:00 2001 From: David Lynch Date: Wed, 15 Jul 2020 11:18:09 -0500 Subject: [PATCH] Further examples --- examples/iamgoingtodie.json | 8 ++++++++ examples/shouldthesun.json | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 examples/iamgoingtodie.json create mode 100644 examples/shouldthesun.json diff --git a/examples/iamgoingtodie.json b/examples/iamgoingtodie.json new file mode 100644 index 0000000..f1cd1d4 --- /dev/null +++ b/examples/iamgoingtodie.json @@ -0,0 +1,8 @@ +{ + "url": "https://www.iagtd.com/story-archive", + "title": "I Am Going To Die In This Game Like Dimension", + "author": "H. C. Mills", + "chapter_selector": ".ag-cell-link", + "chapter_order": "reverse", + "content_selector": "div.s_usaAWRichTextClickableSkin_richTextContainer" +} diff --git a/examples/shouldthesun.json b/examples/shouldthesun.json new file mode 100644 index 0000000..dee598d --- /dev/null +++ b/examples/shouldthesun.json @@ -0,0 +1,9 @@ +{ + "url": "https://shouldthesun.wordpress.com/", + "title": "Should The Sun Not Rise", + "author": "Omicron", + "chapter_selector": "#text-1 li a", + "content_selector": ".entry-content", + "filter_selector": ".sharedaddy, style, a[href*='shouldthesun.wordpress.com']", + "cover_url": "https://shouldthesun.files.wordpress.com/2017/09/itzpapalotl.jpg" +}