parent
a4db6edd2c
commit
33b9118f16
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'NoonScan'
|
||||||
|
extClass = '.NoonScan'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://noonscan.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
|
@ -0,0 +1,12 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.ar.noonscan
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class NoonScan : MangaThemesia(
|
||||||
|
"نون سكان",
|
||||||
|
"https://noonscan.com",
|
||||||
|
"ar",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("ar")),
|
||||||
|
)
|
Loading…
Reference in New Issue