Add Ayatoon (#3739)
This commit is contained in:
parent
b6b0803bb8
commit
56adddffa3
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Ayatoon'
|
||||
extClass = '.Ayatoon'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://ayatoon.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.ayatoon
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Ayatoon : MangaThemesia(
|
||||
"Ayatoon",
|
||||
"https://ayatoon.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("tr")),
|
||||
)
|
Loading…
Reference in New Issue