ZManga: add Neumanga source (#14524)

This commit is contained in:
Luqman 2022-12-13 10:44:27 +07:00 committed by GitHub
parent 0a5c7513a7
commit 0a8c297553
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.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.id.neumanga
import eu.kanade.tachiyomi.multisrc.zmanga.ZManga
import okhttp3.Headers
import java.text.SimpleDateFormat
import java.util.Locale
class Neumanga : ZManga("Neumanga", "https://neumanga.net", "id", SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
override fun headersBuilder(): Headers.Builder = Headers.Builder()
.add("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9")
}

View File

@ -16,6 +16,7 @@ class ZMangaGenerator : ThemeSourceGenerator {
SingleLang("Komikita", "https://komikita.org", "id"),
SingleLang("KomikPlay", "https://komikplay.com", "id", overrideVersionCode = 1),
SingleLang("Maid - Manga", "https://www.maid.my.id", "id", overrideVersionCode = 10, className = "MaidManga"),
SingleLang("Neumanga", "https://neumanga.net", "id"),
SingleLang("Sekte Komik", "https://sektekomik.com", "id", overrideVersionCode = 25),
)