diff --git a/src/en/readtokyoghoulretokyoghoulmangaonline/build.gradle b/src/en/readtokyoghoulretokyoghoulmangaonline/build.gradle index d67074afe..93cb2d9b7 100644 --- a/src/en/readtokyoghoulretokyoghoulmangaonline/build.gradle +++ b/src/en/readtokyoghoulretokyoghoulmangaonline/build.gradle @@ -2,8 +2,8 @@ ext { extName = 'Read Tokyo Ghoul Re & Tokyo Ghoul Manga Online' extClass = '.ReadTokyoGhoulReTokyoGhoulMangaOnline' themePkg = 'mangacatalog' - baseUrl = 'https://ww10.tokyoghoulre.com' - overrideVersionCode = 2 + baseUrl = 'https://ww11.tokyoghoulre.com' + overrideVersionCode = 3 isNsfw = false } diff --git a/src/en/readtokyoghoulretokyoghoulmangaonline/src/eu/kanade/tachiyomi/extension/en/readtokyoghoulretokyoghoulmangaonline/ReadTokyoGhoulReTokyoGhoulMangaOnline.kt b/src/en/readtokyoghoulretokyoghoulmangaonline/src/eu/kanade/tachiyomi/extension/en/readtokyoghoulretokyoghoulmangaonline/ReadTokyoGhoulReTokyoGhoulMangaOnline.kt index 036faf201..3c9baf76d 100644 --- a/src/en/readtokyoghoulretokyoghoulmangaonline/src/eu/kanade/tachiyomi/extension/en/readtokyoghoulretokyoghoulmangaonline/ReadTokyoGhoulReTokyoGhoulMangaOnline.kt +++ b/src/en/readtokyoghoulretokyoghoulmangaonline/src/eu/kanade/tachiyomi/extension/en/readtokyoghoulretokyoghoulmangaonline/ReadTokyoGhoulReTokyoGhoulMangaOnline.kt @@ -2,7 +2,7 @@ package eu.kanade.tachiyomi.extension.en.readtokyoghoulretokyoghoulmangaonline import eu.kanade.tachiyomi.multisrc.mangacatalog.MangaCatalog -class ReadTokyoGhoulReTokyoGhoulMangaOnline : MangaCatalog("Read Tokyo Ghoul Re & Tokyo Ghoul Manga Online", "https://ww10.tokyoghoulre.com", "en") { +class ReadTokyoGhoulReTokyoGhoulMangaOnline : MangaCatalog("Read Tokyo Ghoul Re & Tokyo Ghoul Manga Online", "https://ww11.tokyoghoulre.com", "en") { override val sourceList = listOf( Pair("Tokyo Ghoul", "$baseUrl/manga/tokyo-ghoul/"), Pair("Tokyo Ghoul:re", "$baseUrl/manga/tokyo-ghoulre/"),