Add Source AreaScans "ar" (#2843)
This commit is contained in:
parent
b531e1fc39
commit
2b23047ee0
src/ar/areascans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/ar/areascans
|
@ -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 ![]() (image error) Size: 6.8 KiB |
Binary file not shown.
After ![]() (image error) Size: 3.7 KiB |
Binary file not shown.
After ![]() (image error) Size: 9.0 KiB |
Binary file not shown.
After ![]() (image error) Size: 16 KiB |
Binary file not shown.
After ![]() (image error) 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