mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
Add source Manga Time "ar" (#1852)
* Add source Manga Time "ar" * Update MangaTime.kt * Update MangaTime.kt
This commit is contained in:
parent
992945eb6f
commit
cc6e67f0e2
9
src/ar/mangatime/build.gradle
Normal file
9
src/ar/mangatime/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Manga Time'
|
||||
extClass = '.MangaTime'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://anime-time.net'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/ar/mangatime/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatime/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/ar/mangatime/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatime/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
src/ar/mangatime/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatime/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
src/ar/mangatime/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatime/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
src/ar/mangatime/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/mangatime/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.ar.mangatime
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaTime : Madara(
|
||||
"Manga Time",
|
||||
"https://anime-time.net",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("dd MMMM، yyyy", Locale("ar")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue
Block a user