add source MangaTak "ar" (#1703)

* add source MangaTak "ar"

* update res

* update res
This commit is contained in:
mohamedotaku 2024-03-06 13:51:51 +01:00 committed by Draff
parent 555051eba4
commit 5a1fdc542c
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'MangaTak'
extClass = '.MangaTak'
themePkg = 'mangathemesia'
baseUrl = 'https://mangatak.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.ar.mangatak
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangaTak : MangaThemesia(
"MangaTak",
"https://mangatak.com",
"ar",
dateFormat = SimpleDateFormat("MMMM DD, yyyy", Locale("ar")),
)