mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Add source GMANGA (unoriginal) "ar" (#2069)
This commit is contained in:
parent
5ea18ed7de
commit
decd51de5d
9
src/ar/gmangasite/build.gradle
Normal file
9
src/ar/gmangasite/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'GMANGA (unoriginal)'
|
||||
extClass = '.GmangaSite'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://gmanga.site'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/ar/gmangasite/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/gmangasite/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
src/ar/gmangasite/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/gmangasite/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
src/ar/gmangasite/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/gmangasite/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
src/ar/gmangasite/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/gmangasite/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/ar/gmangasite/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/gmangasite/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user