MangaGeko: Changed name from MReader (#16873)
MangaGeko: change name from MReader
|
@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
|
|||
apply plugin: 'kotlin-android'
|
||||
|
||||
ext {
|
||||
extName = 'MReader'
|
||||
extName = 'MangaGeko'
|
||||
pkgNameSuffix = 'en.mangarawclub'
|
||||
extClass = '.MangaRawClub'
|
||||
extVersionCode = 17
|
||||
extVersionCode = 18
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 131 KiB |
|
@ -20,8 +20,8 @@ import java.util.concurrent.TimeUnit
|
|||
class MangaRawClub : ParsedHttpSource() {
|
||||
|
||||
override val id = 734865402529567092
|
||||
override val name = "MReader"
|
||||
override val baseUrl = "https://www.mreader.co"
|
||||
override val name = "MangaGeko"
|
||||
override val baseUrl = "https://www.mangageko.com"
|
||||
override val lang = "en"
|
||||
override val supportsLatest = true
|
||||
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
|
||||
|
|