From 077c62543e141747273d95a876aedbe4e5dd3b2e Mon Sep 17 00:00:00 2001 From: Yush0DAN <157328957+Yush0DAN@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:21:11 -0600 Subject: [PATCH] Plot Twist No Fansub: Update domain and fix chapter list (#3848) Update domain --- src/es/plottwistnofansub/build.gradle | 2 +- .../extension/es/plottwistnofansub/PlotTwistNoFansub.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/es/plottwistnofansub/build.gradle b/src/es/plottwistnofansub/build.gradle index 5a4d1dce5..f7609449c 100644 --- a/src/es/plottwistnofansub/build.gradle +++ b/src/es/plottwistnofansub/build.gradle @@ -1,7 +1,7 @@ ext { extName = 'Plot Twist No Fansub' extClass = '.PlotTwistNoFansub' - extVersionCode = 6 + extVersionCode = 7 isNsfw = true } diff --git a/src/es/plottwistnofansub/src/eu/kanade/tachiyomi/extension/es/plottwistnofansub/PlotTwistNoFansub.kt b/src/es/plottwistnofansub/src/eu/kanade/tachiyomi/extension/es/plottwistnofansub/PlotTwistNoFansub.kt index a63449c3a..d487d4120 100644 --- a/src/es/plottwistnofansub/src/eu/kanade/tachiyomi/extension/es/plottwistnofansub/PlotTwistNoFansub.kt +++ b/src/es/plottwistnofansub/src/eu/kanade/tachiyomi/extension/es/plottwistnofansub/PlotTwistNoFansub.kt @@ -40,7 +40,7 @@ class PlotTwistNoFansub : ParsedHttpSource(), ConfigurableSource { override val name = "Plot Twist No Fansub" - override val baseUrl = "https://www.plotfansub.com" + override val baseUrl = "https://plotnf.com" override val lang = "es" @@ -77,7 +77,7 @@ class PlotTwistNoFansub : ParsedHttpSource(), ConfigurableSource { val mangaUrl = selectFirst("a")!!.attr("href") .removeSuffix("/") .substringBeforeLast("/") - .replaceFirst("/reader/", "/plot/manga/") + .replaceFirst("/reader/", "/plotwist/manga/") setUrlWithoutDomain(mangaUrl) thumbnail_url = select("img").imgAttr() title = select("img").attr("title")