Add ManhwaIndo (#11793)

* Update WPMangaReaderGenerator.kt

* Add ManhwaIndo

* Create ManhwaIndo.kt

* Create res

* Delete res

* Create Nah

* Delete Nah

* Create Nah

* Add files via upload

* Delete Nah

* Create ic_launcher.png

* Create ic_launcher.png

* Create ic_launcher.png

* Create ic_launcher.png

* Create ic_launcher.png

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/wpmangareader/WPMangaReaderGenerator.kt

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:
TheKingTermux 2022-05-10 05:49:09 +07:00 committed by GitHub
parent 8f06e8b651
commit bd1839c20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,13 @@
package eu.kanade.tachiyomi.extension.id.manhwaindo
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
import java.text.SimpleDateFormat
import java.util.Locale
class ManhwaIndo : WPMangaReader(
"Manhwa Indo", "https://manhwaindo.id", "id",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))
) {
override val hasProjectPage = true
}

View File

@ -32,6 +32,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Davey Scans", "https://daveyscans.com", "id", overrideVersionCode = 1),
SingleLang("Mangasusu", "https://mangasusu.co.in", "id", isNsfw = true, overrideVersionCode = 1),
SingleLang("Manhua Raw", "https://manhuaraw.com", "en"),
SingleLang("ManhwaIndo", "https://manhwaindo.id", "id", isNsfw = true),
SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("Gecenin Lordu", "https://geceninlordu.com", "tr", overrideVersionCode = 1),
SingleLang("PMScans", "http://www.rackusreader.org", "en", overrideVersionCode = 2),