Skip to content

Commit

Permalink
Added default for manual grabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameish committed Apr 22, 2020
1 parent 2ebed14 commit 2367526
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/files/siteSelector.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,5 +434,19 @@
"bookCoverSelector": ".summary_image img",
"bookAuthorSelector": ".author-content",
"bookSubjectSelector": ".genres-content a"
},
"no_domain": {
"url": "",
"ordinalIndexForBaseNovel": "",
"chapterLinkSelector": "",
"chapterContainer": "",
"blacklistedTags": [

],
"bookTitleSelector": "",
"bookDescSelector": "",
"bookCoverSelector": "",
"bookAuthorSelector": "",
"bookSubjectSelector": ""
}
}

0 comments on commit 2367526

Please sign in to comment.