Add MangaKoleji (#6460)

This commit is contained in:
dngonz 2024-12-05 21:47:42 +01:00 committed by Draff
parent 635fdcaf9e
commit 98ed77b3c7
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Manga Koleji'
extClass = '.MangaKoleji'
themePkg = 'mangathemesia'
baseUrl = 'https://mangakoleji.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.tr.mangakoleji
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangaKoleji : MangaThemesia(
"Manga Koleji",
"https://mangakoleji.com",
"tr",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("tr")),
)