Add Shijie Scans (#2338)
This commit is contained in:
parent
13f8712813
commit
130a22e847
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Shijie Scans'
|
||||
extClass = '.ShijieScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://shijiescans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.0 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.shijiescans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class ShijieScans : MangaThemesia(
|
||||
"Shijie Scans",
|
||||
"https://shijiescans.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("tr")),
|
||||
)
|
Loading…
Reference in New Issue