Update Mangaworld.kt (#2615)

Update Mangaworld.kt
This commit is contained in:
Dario Tarantini 2020-04-09 21:21:25 +02:00 committed by GitHub
parent e04a2746a5
commit 39a2927a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Mangaworld' appName = 'Tachiyomi: Mangaworld'
pkgNameSuffix = 'it.mangaworld' pkgNameSuffix = 'it.mangaworld'
extClass = '.Mangaworld' extClass = '.Mangaworld'
extVersionCode = 1 extVersionCode = 2
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -13,7 +13,7 @@ import java.text.ParseException
class Mangaworld: ParsedHttpSource() { class Mangaworld: ParsedHttpSource() {
override val name = "Mangaworld" override val name = "Mangaworld"
override val baseUrl = "https://mangaworld.biz" override val baseUrl = "https://mangaworld.tv"
override val lang = "it" override val lang = "it"
override val supportsLatest = true override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient override val client: OkHttpClient = network.cloudflareClient