Add source GMANGA (unoriginal) "ar" ()

This commit is contained in:
mohamedotaku 2024-03-24 04:30:25 +00:00 committed by Draff
parent c2faa2774b
commit 473b3e98ab
7 changed files with 25 additions and 0 deletions
src/ar/gmangasite
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/ar/gmangasite

@ -0,0 +1,9 @@
ext {
extName = 'GMANGA (unoriginal)'
extClass = '.GmangaSite'
themePkg = 'madara'
baseUrl = 'https://gmanga.site'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 4.9 KiB

Binary file not shown.

After

(image error) Size: 2.6 KiB

Binary file not shown.

After

(image error) Size: 6.8 KiB

Binary file not shown.

After

(image error) Size: 13 KiB

Binary file not shown.

After

(image error) Size: 18 KiB

@ -0,0 +1,16 @@
package eu.kanade.tachiyomi.extension.ar.gmangasite
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class GmangaSite : Madara(
"GMANGA (unoriginal)",
"https://gmanga.site",
"ar",
dateFormat = SimpleDateFormat("MMMM dd، yyyy", Locale("ar")),
) {
override val chapterUrlSuffix = ""
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
}