Add Zenith Scans (#2379)
Co-authored-by: hasanturkylmz <hasanturkylmz@outlook.com>
This commit is contained in:
parent
1ad2cfa0e1
commit
53b99172d4
|
@ -0,0 +1,9 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Zenith Scans'
|
||||||
|
extClass = '.ZenithScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://zenithscans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,12 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.tr.zenithscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class ZenithScans : MangaThemesia(
|
||||||
|
"Zenith Scans",
|
||||||
|
"https://zenithscans.com",
|
||||||
|
"tr",
|
||||||
|
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("tr")),
|
||||||
|
)
|
Loading…
Reference in New Issue