MangaGeko: Changed name from MReader (#16873)

MangaGeko: change name from MReader
This commit is contained in:
Davide 2023-06-26 18:36:10 +02:00 committed by GitHub
parent e7bf077794
commit caf80e27f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 4 additions and 4 deletions

View File

@ -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
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View File

@ -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()