Add Source AreaScans "ar" (#2843)

This commit is contained in:
mohamedotaku 2024-05-06 16:25:12 +01:00 committed by Draff
parent b531e1fc39
commit 2b23047ee0
7 changed files with 21 additions and 0 deletions

View File

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

View File

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