added three new sources to madara (#8388)

* icons

* Create MadaraDex.kt

* Create LordManga.kt

* add two new sources to madara

* icon

* Create WebtoonsTOP.kt

* added webtoons.top
This commit is contained in:
CVIUS 2021-08-04 19:16:39 +08:00 committed by GitHub
parent 0ec75f451d
commit 96103c17ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 49 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

View File

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

View File

@ -133,7 +133,9 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Lima Scans", "http://limascans.xyz/v2", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Little Monster Scan", "https://littlemonsterscan.com.br", "pt-BR", overrideVersionCode = 3),
SingleLang("Lolicon", "https://lolicon.mobi", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Lord Manga", "https://lordmanga.com", "en"),
SingleLang("LovableSubs", "https://lovablesubs.com", "tr", overrideVersionCode = 1),
SingleLang("MadaraDex", "https://madaradx.org", "en", isNsfw = true),
SingleLang("MG Komik", "https://mgkomik.com", "id", overrideVersionCode = 2),
SingleLang("MMScans", "https://mm-scans.com/", "en", overrideVersionCode = 1),
SingleLang("Manga Action", "https://mangaaction.com", "en", overrideVersionCode = 2),
@ -364,6 +366,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("WebToonily", "https://webtoonily.com", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Webtoon Hatti", "https://webtoonhatti.com/", "tr"),
SingleLang("WebtoonScan", "https://webtoonscan.com", "en", isNsfw = true),
SingleLang("WebtoonsTOP", "https://webtoons.top", "en", isNsfw = true),
SingleLang("WebtoonUK", "https://webtoon.uk", "en", overrideVersionCode = 2),
SingleLang("WebtoonXYZ", "https://www.webtoon.xyz", "en", isNsfw = true, overrideVersionCode = 3),
SingleLang("Winter Scan", "https://winterscan.com.br", "pt-BR", overrideVersionCode = 3),