MangaMad: move to MangaPuma (#13009)

This commit is contained in:
Vetle Ledaal 2022-08-16 11:24:50 +00:00 committed by GitHub
parent 476f156643
commit fb2b3c5c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 13 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.mangapuma
import eu.kanade.tachiyomi.multisrc.madtheme.MadTheme
class MangaPuma :
MadTheme(
"MangaPuma",
"https://mangapuma.com",
"en"
) {
override val id = 7893483872024027913
}

View File

@ -18,8 +18,8 @@ class MadThemeGenerator : ThemeSourceGenerator {
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("MangaMad", "https://mangamad.com", "en", isNsfw = true),
SingleLang("MangaMax", "https://mangamax.net", "en", isNsfw = true),
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),