Fix and add sources (#6695)

* fix mangaweebs and add manhualo

* add wakamics

* add logo TritiniaScans
This commit is contained in:
nzoba 2021-04-24 22:57:49 +02:00 committed by GitHub
parent 0c3581c87c
commit 9b3d6752b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 31 additions and 2 deletions

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: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -0,0 +1,17 @@
package eu.kanade.tachiyomi.extension.en.mangaweebs
import eu.kanade.tachiyomi.multisrc.madara.Madara
import eu.kanade.tachiyomi.source.model.Page
import org.jsoup.nodes.Document
class MangaWeebs : Madara("Manga Weebs", "https://mangaweebs.in", "en") {
override fun pageListParse(document: Document): List<Page> {
return document.select(pageListParseSelector).mapIndexed { index, element ->
Page(
index,
"",
element.select("img.wp-manga-chapter-img").attr("src")
)
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.tritiniascans
import eu.kanade.tachiyomi.multisrc.madara.Madara
class TritiniaScans : Madara("TritiniaScans", "https://tritinia.com", "en")

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.wakamics
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Wakamics : Madara("Wakamics", "https://wakamics.net", "en")

View File

@ -135,7 +135,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("MangaTX", "https://mangatx.com", "en"), SingleLang("MangaTX", "https://mangatx.com", "en"),
SingleLang("Mangauptocats", "https://mangauptocats.online", "th"), SingleLang("Mangauptocats", "https://mangauptocats.online", "th"),
SingleLang("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 1), SingleLang("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 1),
SingleLang("Manga Weebs", "https://mangaweebs.in", "en"), SingleLang("Manga Weebs", "https://mangaweebs.in", "en", overrideVersionCode = 1),
SingleLang("MangaWT", "https://mangawt.com", "tr"), SingleLang("MangaWT", "https://mangawt.com", "tr"),
SingleLang("MangaYaku", "https://mangayaku.my.id", "id"), SingleLang("MangaYaku", "https://mangayaku.my.id", "id"),
SingleLang("MangaYosh", "https://mangayosh.xyz", "id"), SingleLang("MangaYosh", "https://mangayosh.xyz", "id"),
@ -148,6 +148,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manhua ES", "https://manhuaes.com", "en", overrideVersionCode = 4), SingleLang("Manhua ES", "https://manhuaes.com", "en", overrideVersionCode = 4),
SingleLang("ManhuaFast", "https://manhuafast.com", "en"), SingleLang("ManhuaFast", "https://manhuafast.com", "en"),
SingleLang("Manhuaga", "https://manhuaga.com", "en", overrideVersionCode = 1), SingleLang("Manhuaga", "https://manhuaga.com", "en", overrideVersionCode = 1),
SingleLang("Manhualo", "https://manhualo.com", "en"),
SingleLang("Manhua Plus", "https://manhuaplus.com", "en", overrideVersionCode = 3), SingleLang("Manhua Plus", "https://manhuaplus.com", "en", overrideVersionCode = 3),
SingleLang("Manhuas.net", "https://manhuas.net", "en", className = "Manhuasnet"), SingleLang("Manhuas.net", "https://manhuas.net", "en", className = "Manhuasnet"),
SingleLang("Manhuas World", "https://manhuasworld.com", "en"), SingleLang("Manhuas World", "https://manhuasworld.com", "en"),
@ -218,7 +219,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Toonily.net", "https://toonily.net", "en", isNsfw = true, className = "ToonilyNet", overrideVersionCode = 1), SingleLang("Toonily.net", "https://toonily.net", "en", isNsfw = true, className = "ToonilyNet", overrideVersionCode = 1),
SingleLang("ToonPoint", "https://toonpoint.com", "en"), SingleLang("ToonPoint", "https://toonpoint.com", "en"),
SingleLang("Top Manhua", "https://topmanhua.com", "en"), SingleLang("Top Manhua", "https://topmanhua.com", "en"),
SingleLang("TritiniaScans", "https://tritinia.com", "en"), SingleLang("TritiniaScans", "https://tritinia.com", "en", overrideVersionCode = 1),
SingleLang("TruyenTranhAudio.com", "https://truyentranhaudio.com", "vi", className = "TruyenTranhAudioCom"), SingleLang("TruyenTranhAudio.com", "https://truyentranhaudio.com", "vi", className = "TruyenTranhAudioCom"),
SingleLang("TruyenTranhAudio.online", "https://truyentranhaudio.online", "vi", className = "TruyenTranhAudioOnline"), SingleLang("TruyenTranhAudio.online", "https://truyentranhaudio.online", "vi", className = "TruyenTranhAudioOnline"),
SingleLang("Tsubaki No Scan", "https://tsubakinoscan.com", "fr"), SingleLang("Tsubaki No Scan", "https://tsubakinoscan.com", "fr"),
@ -261,6 +262,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Little Monster Scan", "https://littlemonsterscan.com.br", "pt-BR"), SingleLang("Little Monster Scan", "https://littlemonsterscan.com.br", "pt-BR"),
SingleLang("Wonderland", "https://landwebtoons.site", "pt-BR"), SingleLang("Wonderland", "https://landwebtoons.site", "pt-BR"),
SingleLang("Pornwha", "https://pornwha.com", "en", isNsfw = true), SingleLang("Pornwha", "https://pornwha.com", "en", isNsfw = true),
SingleLang("Wakamics", "https://wakamics.net", "en")
) )
companion object { companion object {