Switching Manga-raw.club to mcreader.net (#12181)

* Switching Manga-raw.club to mcreader.net

* Update extVersionCode

* hardcode old ID

* Update icons
This commit is contained in:
Mylloon 2022-06-20 17:13:10 +02:00 committed by GitHub
parent f038d263e5
commit 802767a266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 4 deletions

View File

@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'manga-raw.club'
extName = 'mcreader.net'
pkgNameSuffix = 'en.mangarawclub'
extClass = '.MangaRawClub'
extVersionCode = 11
extVersionCode = 12
isNsfw = true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -19,8 +19,9 @@ import java.util.concurrent.TimeUnit
class MangaRawClub : ParsedHttpSource() {
override val name = "manga-raw.club"
override val baseUrl = "https://www.manga-raw.club"
override val id = 734865402529567092
override val name = "mcreader.net"
override val baseUrl = "https://www.mcreader.net"
override val lang = "en"
override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient.newBuilder()