Add elarcpage (#16614)

* feat: Add ElarcPage

* feat(ElarcPage): Add Icons
This commit is contained in:
h-hyuuga 2023-05-30 10:49:33 -04:00 committed by GitHub
parent 7a8bc37fab
commit 5b5aa0af94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 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,5 @@
package eu.kanade.tachiyomi.extension.en.elarcpage
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class ElarcPage : MangaThemesia("ElarcPage", "https://elarcpage.com", "en", "/series")

View File

@ -33,6 +33,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Dojing.net", "https://dojing.net", "id", isNsfw = true, className = "DojingNet"),
SingleLang("DragonTranslation", "https://dragontranslation.com", "es", isNsfw = true, overrideVersionCode = 9),
SingleLang("DuniaKomik.id", "https://duniakomik.id", "id", className = "DuniaKomikId"),
SingleLang("ElarcPage", "https://elarcpage.com", "en"),
SingleLang("FlameScans.fr", "https://flamescans.fr", "fr", className = "FlameScansFR"),
SingleLang("Franxx Mangás", "https://franxxmangas.net", "pt-BR", className = "FranxxMangas", isNsfw = true),
SingleLang("Gecenin Lordu", "https://geceninlordu.com", "tr", overrideVersionCode = 1),