Add MangaKoleji (#6460)
This commit is contained in:
parent
635fdcaf9e
commit
98ed77b3c7
|
@ -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 |
|
@ -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")),
|
||||
)
|
Loading…
Reference in New Issue