add source StellarSaber "ar" (#1700)

This commit is contained in:
mohamedotaku 2024-03-04 11:43:13 +01:00 committed by Draff
parent b68bc4cfd0
commit a3ff15c263
7 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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")),
)