add source StellarSaber "ar" (#1700)
This commit is contained in:
parent
b68bc4cfd0
commit
a3ff15c263
|
@ -0,0 +1,9 @@
|
||||||
|
ext {
|
||||||
|
extName = 'StellarSaber'
|
||||||
|
extClass = '.StellarSaber'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://stellarsaber.pro'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,12 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.ar.stellarsaber
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class StellarSaber : MangaThemesia(
|
||||||
|
"StellarSaber",
|
||||||
|
"https://stellarsaber.pro",
|
||||||
|
"ar",
|
||||||
|
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")),
|
||||||
|
)
|
Loading…
Reference in New Issue