Add source GMANGA (unoriginal) "ar" (#2069)
This commit is contained in:
parent
c2faa2774b
commit
473b3e98ab
|
@ -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 Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | 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
|
||||
}
|
Loading…
Reference in New Issue