mirror of
https://github.com/kemayo/leech
synced 2025-12-06 16:33:16 +01:00
A few arbitrary examples
This commit is contained in:
parent
6fbdc8843d
commit
64fbdac4cd
3 changed files with 30 additions and 0 deletions
10
examples/cultivationchatgroup.json
Normal file
10
examples/cultivationchatgroup.json
Normal file
|
|
@ -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]"
|
||||||
|
}
|
||||||
10
examples/paeantosmac.json
Normal file
10
examples/paeantosmac.json
Normal file
|
|
@ -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]"
|
||||||
|
}
|
||||||
10
examples/phoenixdestiny.json
Normal file
10
examples/phoenixdestiny.json
Normal file
|
|
@ -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\"]"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue