add new sources to madara (#8291)

* icons

* Create Jaiminisboxnet.kt

* Create EternalScans.kt

* Create MangaDistrict.kt

* Create Manganatoinfo.kt

* Create ManhuaZone.kt

* replace mangaweebs icon

* Update MadaraGenerator.kt

* add className

* Update Jaiminisboxnet.kt

* Create Jaiminisboxnet.kt

* Update MadaraGenerator.kt
This commit is contained in:
CVIUS 2021-07-27 20:11:34 +08:00 committed by GitHub
parent f13583fc56
commit ee1e7a60e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
54 changed files with 78 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.eternalscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class EternalScans : Madara(
"Eternal Scans",
"https://eternalscans.com",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
) {
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.jaiminisboxnet
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Jaiminisboxnet : Madara(
"JaiminisBox.net",
"https://jaiminisbox.net",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,16 @@
package eu.kanade.tachiyomi.extension.en.mangadistrict
import eu.kanade.tachiyomi.multisrc.madara.Madara
import eu.kanade.tachiyomi.annotations.Nsfw
import java.text.SimpleDateFormat
import java.util.Locale
@Nsfw
class MangaDistrict : Madara(
"Manga District",
"https://mangadistrict.com",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
) {
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.manganatoinfo
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Manganatoinfo : Madara(
"Manganato.info",
"https://manganato.info",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
) {
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.manhuazone
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class ManhuaZone : Madara(
"ManhuaZone",
"https://manhuazone.com",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
) {
}

View File

@ -74,6 +74,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Drope Scan", "https://dropescan.com", "pt-BR", overrideVersionCode = 3),
SingleLang("Dream Union Scan", "https://www.dreamunionscan.com", "pt-BR", overrideVersionCode = 1),
SingleLang("Esomanga", "http://esomanga.com", "tr"),
SingleLang("Eternal Scans", "https://eternalscans.com", "en"),
SingleLang("FastManhwa", "https://fastmanhwa.net", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("FDM Scan", "https://fdmscan.com", "pt-BR", overrideVersionCode = 3),
SingleLang("Fleur Blanche", "https://fleurscan.com", "pt-BR", isNsfw = true),
@ -113,6 +114,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("IsekaiScan.com", "https://isekaiscan.com", "en", className = "IsekaiScanCom", overrideVersionCode = 2),
SingleLang("IsekaiScanManga (unoriginal)", "https://isekaiscanmanga.com", "en", className = "IsekaiScanManga", overrideVersionCode = 1),
SingleLang("Its Your Right Manhua", "https://itsyourightmanhua.com/", "en", overrideVersionCode = 1),
SingleLang("JaiminisBox.net", "https://jaiminisbox.net", "en", className = "Jaiminisboxnet"),
SingleLang("KawaScans", "https://kawascans.com", "en"),
SingleLang("KisekiManga", "https://kisekimanga.com", "en", overrideVersionCode = 1),
SingleLang("Kissmanga.in", "https://kissmanga.in", "en", className= "KissmangaIn", overrideVersionCode = 1),
@ -134,6 +136,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manga Bin", "https://mangabin.com/", "en", overrideVersionCode = 1),
SingleLang("Manga Chill", "https://mangachill.com/", "en", overrideVersionCode = 2),
SingleLang("Manga Crab", "https://mangacrab.com", "es"),
SingleLang("Manga District", "https://mangadistrict.com", "en", isNsfw = true),
SingleLang("Manga Diyari", "https://manga-diyari.com", "tr", overrideVersionCode = 1),
SingleLang("Manga Drop Out", "https://www.mangadropout.xyz", "id", isNsfw = true, overrideVersionCode = 1),
SingleLang("Manga Fenix", "https://manga-fenix.com", "es", overrideVersionCode = 1),
@ -157,7 +160,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manga SY", "https://www.mangasy.com", "en", overrideVersionCode = 1),
SingleLang("Manga Starz", "https://mangastarz.com", "ar", overrideVersionCode = 1),
SingleLang("Manga Too", "https://mangatoo.com/", "en", overrideVersionCode = 1),
SingleLang("Manga Weebs", "https://mangaweebs.in", "en", overrideVersionCode = 3),
SingleLang("Manga Weebs", "https://mangaweebs.in", "en", overrideVersionCode = 4),
SingleLang("Manga-Online.co", "https://www.manga-online.co", "th", className = "MangaOnlineCo"),
SingleLang("Manga-Scantrad", "https://manga-scantrad.net", "fr", className = "MangaScantrad", overrideVersionCode = 1),
SingleLang("Manga18 Fx", "https://manga18fx.com", "en", overrideVersionCode = 1),
@ -191,9 +194,11 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("MangaManhua", "https://mangamanhua.online", "en", overrideVersionCode = 1),
SingleLang("MangaMe", "https://mangame.org", "en", overrideVersionCode = 1),
SingleLang("MangaMG", "https://mangamg.com", "en"),
SingleLang("Manganato.info", "https://manganato.info", "en", className = "Manganatoinfo"),
SingleLang("MangaPL", "https://mangapl.com", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("MangaRead.org", "https://www.mangaread.org", "en", className = "MangaReadOrg", overrideVersionCode = 1),
SingleLang("MangaRex", "https://mangarex.co", "en"),
SingleLang("Mangas18", "https://mangas18.com", "en"),
SingleLang("MangaSco", "https://mangasco.com", "en", overrideVersionCode = 1),
SingleLang("MangaSmile", "https://mangasmile.com", "en", overrideVersionCode = 1),
SingleLang("MangaSpark", "https://mangaspark.com", "ar", overrideVersionCode = 1),
@ -220,6 +225,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Mangauptocats", "https://mangauptocats.online", "th", overrideVersionCode = 1),
SingleLang("Mangazuki.me", "https://mangazuki.me", "en", className = "MangazukiMe", overrideVersionCode = 1),
SingleLang("Mangceh", "https://mangceh.me", "id", isNsfw = true, overrideVersionCode = 2),
SingleLang("Manhua Dragon", "https://manhuadragon.com", "en"),
SingleLang("Manhua ES", "https://manhuaes.com", "en", overrideVersionCode = 4),
SingleLang("Manhua Plus", "https://manhuaplus.com", "en", overrideVersionCode = 3),
SingleLang("Manhua SY", "https://www.manhuasy.com", "en", overrideVersionCode = 1),
@ -231,6 +237,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("ManhuaPro", "https://manhuapro.com", "en", overrideVersionCode = 2),
SingleLang("ManhuaToon", "https://manhuatoon.com", "en"),
SingleLang("ManhuaUS", "https://manhuaus.com", "en", overrideVersionCode = 2),
SingleLang("ManhuaZone", "https://manhuazone.com", "en"),
SingleLang("Manhuaga", "https://manhuaga.com", "en", overrideVersionCode = 1),
SingleLang("Manhualo", "https://manhualo.com", "en", overrideVersionCode = 1),
SingleLang("Manhuas.net", "https://manhuas.net", "en", className = "Manhuasnet", overrideVersionCode = 2),