add source MangaTak "ar" (#1703)
* add source MangaTak "ar" * update res * update res
This commit is contained in:
parent
555051eba4
commit
5a1fdc542c
|
@ -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 |
|
@ -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")),
|
||||
)
|
Loading…
Reference in New Issue