From 64fbdac4cdff754cd73eb29bac94db2257b8c18f Mon Sep 17 00:00:00 2001 From: David Lynch Date: Wed, 29 Apr 2020 17:55:03 -0500 Subject: [PATCH] A few arbitrary examples --- examples/cultivationchatgroup.json | 10 ++++++++++ examples/paeantosmac.json | 10 ++++++++++ examples/phoenixdestiny.json | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 examples/cultivationchatgroup.json create mode 100644 examples/paeantosmac.json create mode 100644 examples/phoenixdestiny.json diff --git a/examples/cultivationchatgroup.json b/examples/cultivationchatgroup.json new file mode 100644 index 0000000..8875bf8 --- /dev/null +++ b/examples/cultivationchatgroup.json @@ -0,0 +1,10 @@ +{ + "url": "https://novelfull.com/cultivation-chat-group/chapter-1-mt-yellows-true-monarch-and-nine-provinces-1-group.html", + "title": "Cultivation Chat Group", + "author": "Legend of the Paladin", + "content_selector": "#chapter", + "content_title_selector": "h2 .chapter-text", + "content_text_selector": "#chapter-content", + "filter_selector": "style, script, .adsbygoogle, .ads", + "next_selector": "#next_chap[href]" +} diff --git a/examples/paeantosmac.json b/examples/paeantosmac.json new file mode 100644 index 0000000..6e268c5 --- /dev/null +++ b/examples/paeantosmac.json @@ -0,0 +1,10 @@ +{ + "url": "https://paeantosmac.wordpress.com/2015/02/17/introduction/", + "title": "Paean to SMAC", + "author": "Nick Stipanovich", + "content_selector": "article.post", + "content_title_selector": "header h1", + "content_text_selector": "div.entry-content", + "filter_selector": ".sharedaddy, .wpcnt, style", + "next_selector": "link[rel=next]" +} diff --git a/examples/phoenixdestiny.json b/examples/phoenixdestiny.json new file mode 100644 index 0000000..c6cc8ad --- /dev/null +++ b/examples/phoenixdestiny.json @@ -0,0 +1,10 @@ +{ + "url": "http://gravitytales.com/novel/phoenix-destiny/pd-chapter-1", + "title": "Phoenix Destiny", + "author": "Yun Ji", + "content_selector": "#contentElement", + "content_title_selector": "h4", + "content_text_selector": "#chapterContent", + "filter_selector": ".sharedaddy, .wpcnt, style", + "next_selector": ".chapter-navigation > a:last-child[href*=\"pd-chapter\"]" +}