Update URL (#2206)

Mangashiro Update URL
This commit is contained in:
happywillow0 2020-02-07 07:13:07 -05:00 committed by GitHub
parent 625f5519df
commit 3e0569c334
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: Mangashiro' appName = 'Tachiyomi: Mangashiro'
pkgNameSuffix = 'id.mangashiro' pkgNameSuffix = 'id.mangashiro'
extClass = '.Mangashiro' extClass = '.Mangashiro'
extVersionCode = 2 extVersionCode = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -13,7 +13,7 @@ import java.text.ParseException
class Mangashiro : ParsedHttpSource() { class Mangashiro : ParsedHttpSource() {
override val name = "Mangashiro" override val name = "Mangashiro"
override val baseUrl = "https://mangashiro.org" override val baseUrl = "https://mangashiro.co"
override val lang = "id" override val lang = "id"
override val supportsLatest = true override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient override val client: OkHttpClient = network.cloudflareClient