Add İmparator Manga (#2625)

This commit is contained in:
Vetle Ledaal 2024-04-28 03:13:57 +00:00 committed by Draff
parent c6e6fc9aaa
commit a6baf39b2e
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'İmparator Manga'
extClass = '.ImparatorManga'
themePkg = 'madara'
baseUrl = 'https://www.imparatormanga.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.tr.imparatormanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class ImparatorManga : Madara(
"İmparator Manga",
"https://www.imparatormanga.com",
"tr",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("tr")),
) {
override val useNewChapterEndpoint = true
}