Plot Twist No Fansub: Update domain and fix chapter list (#3848)
Update domain
This commit is contained in:
parent
7445751170
commit
077c62543e
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Plot Twist No Fansub'
|
extName = 'Plot Twist No Fansub'
|
||||||
extClass = '.PlotTwistNoFansub'
|
extClass = '.PlotTwistNoFansub'
|
||||||
extVersionCode = 6
|
extVersionCode = 7
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ class PlotTwistNoFansub : ParsedHttpSource(), ConfigurableSource {
|
|||||||
|
|
||||||
override val name = "Plot Twist No Fansub"
|
override val name = "Plot Twist No Fansub"
|
||||||
|
|
||||||
override val baseUrl = "https://www.plotfansub.com"
|
override val baseUrl = "https://plotnf.com"
|
||||||
|
|
||||||
override val lang = "es"
|
override val lang = "es"
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ class PlotTwistNoFansub : ParsedHttpSource(), ConfigurableSource {
|
|||||||
val mangaUrl = selectFirst("a")!!.attr("href")
|
val mangaUrl = selectFirst("a")!!.attr("href")
|
||||||
.removeSuffix("/")
|
.removeSuffix("/")
|
||||||
.substringBeforeLast("/")
|
.substringBeforeLast("/")
|
||||||
.replaceFirst("/reader/", "/plot/manga/")
|
.replaceFirst("/reader/", "/plotwist/manga/")
|
||||||
setUrlWithoutDomain(mangaUrl)
|
setUrlWithoutDomain(mangaUrl)
|
||||||
thumbnail_url = select("img").imgAttr()
|
thumbnail_url = select("img").imgAttr()
|
||||||
title = select("img").attr("title")
|
title = select("img").attr("title")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user