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

* 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
src/en/mangarawclub
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/mangarawclub

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

Binary file not shown.

Before

(image error) Size: 3.0 KiB

After

(image error) Size: 1.7 KiB

Binary file not shown.

Before

(image error) Size: 1.6 KiB

After

(image error) Size: 1.1 KiB

Binary file not shown.

Before

(image error) Size: 4.5 KiB

After

(image error) Size: 2.3 KiB

Binary file not shown.

Before

(image error) Size: 8.6 KiB

After

(image error) Size: 3.7 KiB

Binary file not shown.

Before

(image error) Size: 14 KiB

After

(image error) Size: 5.6 KiB

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