WPMangareader: Add mangasusu, Seafoam Scans, Azure Scans (#7192)

This commit is contained in:
h-hyuuga 2021-05-24 07:03:24 -04:00 committed by GitHub
parent df1c56dcc5
commit fcf625a1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.id.mangasusu
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
import eu.kanade.tachiyomi.annotations.Nsfw
@Nsfw
class Mangasusu : WPMangaReader("Mangasusu", "https://mangasusu.co.in", "id", "/komik")

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.seafoamscans
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
class SeafoamScans : WPMangaReader("Seafoam Scans", "https://seafoamscans.com", "en", "/comic")

View File

@ -18,6 +18,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Ngomik", "https://ngomik.net", "id"),
SingleLang("Sekaikomik", "https://www.sekaikomik.fun", "id", isNsfw = true, overrideVersionCode = 4),
SingleLang("Davey Scans", "https://daveyscans.com/", "id"),
SingleLang("Mangasusu", "https://mangasusu.co.in", "id", isNsfw = true),
SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
SingleLang("Flame Scans", "https://flamescans.org", "en", overrideVersionCode = 2),
@ -25,6 +26,8 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("PMScans", "https://reader.pmscans.com", "en"),
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en"),
SingleLang("Azure Scans", "https://azuremanga.com", "en"),
SingleLang("Seafoam Scans", "https://seafoamscans.com", "en"),
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1),
SingleLang("YugenMangas", "https://yugenmangas.com", "es"),
SingleLang("DragonTranslation", "https://dragontranslation.com", "es", isNsfw = true)