Skip to content

Commit

Permalink
Update CoolNovel.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
kazemcodes authored Apr 11, 2024
1 parent d79e852 commit 3c9c939
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/en/coolnovel/main/src/ireader/daonovel/CoolNovel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ abstract class CoolNovel(deps: Dependencies) : SourceFactory(

override val contentFetcher: Content
get() = SourceFactory.Content(

pageTitleSelector = ".chapter-title",
pageContentSelector = "p",
onContent = {
it.map { it.trim() }
Expand Down

0 comments on commit 3c9c939

Please sign in to comment.