parent
625f5519df
commit
3e0569c334
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue