Add Miau Scan (#11637)

* #10168 Add MiauScan (WPMangaReader)

* Remove hardwritten className

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
This commit is contained in:
Klöen Lansfiel 2022-04-29 20:46:18 +02:00 committed by GitHub
parent 11063214d1
commit 1a2cf26a77
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: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

View File

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

View File

@ -52,6 +52,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Arcane scan", "https://arcanescan.fr", "fr"),
SingleLang("Franxx Mangás", "https://franxxmangas.net", "pt-BR", className = "FranxxMangas", isNsfw = true),
SingleLang("Origami Orpheans", "https://origami-orpheans.com.br", "pt-BR", overrideVersionCode = 9),
SingleLang("Miau Scan", "https://miauscan.com", "es"),
)
companion object {