Add InariManga (#12249)

This commit is contained in:
Klöen Lansfiel 2022-06-20 17:13:19 +02:00 committed by GitHub
parent 802767a266
commit a687771b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 0 deletions

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.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.es.inarimanga
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
import java.text.SimpleDateFormat
import java.util.Locale
class InariManga : WPMangaReader(
"InariManga",
"https://inarimanga.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es"))
)

View File

@ -24,6 +24,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Fusion Scanlation", "https://fusionscanlation.com", "es", className = "FusionScanlation", overrideVersionCode = 2),
SingleLang("Gabut Scans", "https://gabutscans.com", "id"),
SingleLang("Gecenin Lordu", "https://geceninlordu.com", "tr", overrideVersionCode = 1),
SingleLang("InariManga", "https://inarimanga.com", "es"),
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 6),
SingleLang("Komik Lab", "https://komiklab.com", "id"),
SingleLang("KomikMama", "https://komikmama.net", "id"),