ZManga: add Neumanga source (#14524)
This commit is contained in:
parent
0a5c7513a7
commit
0a8c297553
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 |
BIN
multisrc/overrides/zmanga/neumanga/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/zmanga/neumanga/res/web_hi_res_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
12
multisrc/overrides/zmanga/neumanga/src/Neumanga.kt
Normal file
12
multisrc/overrides/zmanga/neumanga/src/Neumanga.kt
Normal 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")
|
||||
}
|
@ -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),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user