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" +}