Add Source AreaScans "ar" (#2843)
This commit is contained in:
parent
b531e1fc39
commit
2b23047ee0
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Area Scans'
|
||||
extClass = '.AreaScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://ar.areascans.org'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.ar.areascans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class AreaScans : MangaThemesia(
|
||||
"Area Scans",
|
||||
"https://ar.areascans.org",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||
)
|
Loading…
Reference in New Issue