MadTheme: Fix MangaForest, remove redirect domains ()

This commit is contained in:
Vetle Ledaal 2022-12-24 16:05:36 +01:00 committed by GitHub
parent b84060f0e8
commit 42d9c0b118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
49 changed files with 1 additions and 9 deletions
multisrc
overrides/madtheme
boxmanhwa/res
mangafab/res
mangasaga/res
mangaspin/res
manhuanow/res
manhuasite/res
tooniclub/res
toonifab/res
src/main/java/eu/kanade/tachiyomi/multisrc/madtheme

Binary file not shown.

Before

(image error) Size: 3.3 KiB

Binary file not shown.

Before

(image error) Size: 1.9 KiB

Binary file not shown.

Before

(image error) Size: 4.4 KiB

Binary file not shown.

Before

(image error) Size: 7.6 KiB

Binary file not shown.

Before

(image error) Size: 11 KiB

Binary file not shown.

Before

(image error) Size: 42 KiB

Binary file not shown.

Before

(image error) Size: 3.3 KiB

Binary file not shown.

Before

(image error) Size: 1.9 KiB

Binary file not shown.

Before

(image error) Size: 4.3 KiB

Binary file not shown.

Before

(image error) Size: 7.4 KiB

Binary file not shown.

Before

(image error) Size: 10 KiB

Binary file not shown.

Before

(image error) Size: 39 KiB

Binary file not shown.

Before

(image error) Size: 4.2 KiB

Binary file not shown.

Before

(image error) Size: 2.4 KiB

Binary file not shown.

Before

(image error) Size: 5.5 KiB

Binary file not shown.

Before

(image error) Size: 9.6 KiB

Binary file not shown.

Before

(image error) Size: 13 KiB

Binary file not shown.

Before

(image error) Size: 50 KiB

Binary file not shown.

Before

(image error) Size: 3.0 KiB

Binary file not shown.

Before

(image error) Size: 1.7 KiB

Binary file not shown.

Before

(image error) Size: 3.9 KiB

Binary file not shown.

Before

(image error) Size: 7.0 KiB

Binary file not shown.

Before

(image error) Size: 9.9 KiB

Binary file not shown.

Before

(image error) Size: 38 KiB

Binary file not shown.

Before

(image error) Size: 4.5 KiB

Binary file not shown.

Before

(image error) Size: 2.6 KiB

Binary file not shown.

Before

(image error) Size: 5.9 KiB

Binary file not shown.

Before

(image error) Size: 10 KiB

Binary file not shown.

Before

(image error) Size: 14 KiB

Binary file not shown.

Before

(image error) Size: 55 KiB

Binary file not shown.

Before

(image error) Size: 4.5 KiB

Binary file not shown.

Before

(image error) Size: 2.6 KiB

Binary file not shown.

Before

(image error) Size: 5.9 KiB

Binary file not shown.

Before

(image error) Size: 10 KiB

Binary file not shown.

Before

(image error) Size: 14 KiB

Binary file not shown.

Before

(image error) Size: 55 KiB

Binary file not shown.

Before

(image error) Size: 2.4 KiB

Binary file not shown.

Before

(image error) Size: 1.4 KiB

Binary file not shown.

Before

(image error) Size: 3.3 KiB

Binary file not shown.

Before

(image error) Size: 5.9 KiB

Binary file not shown.

Before

(image error) Size: 8.5 KiB

Binary file not shown.

Before

(image error) Size: 33 KiB

Binary file not shown.

Before

(image error) Size: 2.4 KiB

Binary file not shown.

Before

(image error) Size: 1.4 KiB

Binary file not shown.

Before

(image error) Size: 3.3 KiB

Binary file not shown.

Before

(image error) Size: 5.9 KiB

Binary file not shown.

Before

(image error) Size: 8.5 KiB

Binary file not shown.

Before

(image error) Size: 33 KiB

View File

@ -13,19 +13,11 @@ class MadThemeGenerator : ThemeSourceGenerator {
override val sources = listOf(
SingleLang("BeeHentai", "https://beehentai.com", "en", isNsfw = true),
SingleLang("BoxManhwa", "https://boxmanhwa.com", "en", isNsfw = true),
SingleLang("MangaBuddy", "https://mangabuddy.com", "en", isNsfw = true, overrideVersionCode = 2),
SingleLang("MangaCute", "https://mangacute.com", "en", isNsfw = true),
SingleLang("MangaFab", "https://mangafab.com", "en", isNsfw = true),
SingleLang("MangaForest", "https://mangaforest.com", "en", isNsfw = true),
SingleLang("MangaForest", "https://mangaforest.me", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("MangaPuma", "https://mangapuma.com", "en", isNsfw = true, overrideVersionCode = 2),
SingleLang("MangaSaga", "https://mangasaga.com", "en", isNsfw = true),
SingleLang("MangaSpin", "https://mangaspin.com", "en", isNsfw = true),
SingleLang("MangaXYZ", "https://mangaxyz.com", "en", isNsfw = true),
SingleLang("ManhuaNow", "https://manhuanow.com", "en", isNsfw = true),
SingleLang("ManhuaSite", "https://manhuasite.com", "en", isNsfw = true),
SingleLang("TooniClub", "https://tooniclub.com", "en", isNsfw = true),
SingleLang("TooniFab", "https://toonifab.com", "en", isNsfw = true),
SingleLang("Toonily.me", "https://toonily.me", "en", isNsfw = true, className = "ToonilyMe"),
SingleLang("TooniTube", "https://toonitube.com", "en", isNsfw = true),
SingleLang("TrueManga", "https://truemanga.com", "en", isNsfw = true),