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