Add AfroditScans (#2855)

This commit is contained in:
Chopper 2024-05-06 12:28:57 -03:00 committed by Draff
parent 552c349632
commit 631f2fbdb7
7 changed files with 21 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.tr.afroditscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class AfroditScans : MangaThemesia(
"Afrodit Scans",
"https://afroditscans.com",
"tr",
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
)