Add ArcuraFansub (#2857)

This commit is contained in:
Chopper 2024-05-06 12:30:47 -03:00 committed by Draff
parent a58e72f4ec
commit fd0b45a71e
7 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Arcura Fansub'
extClass = '.ArcuraFansub'
themePkg = 'mangathemesia'
baseUrl = 'https://arcurafansub.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,13 @@
package eu.kanade.tachiyomi.extension.tr.arcurafansub
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class ArcuraFansub : MangaThemesia(
"Arcura Fansub",
"https://arcurafansub.com",
"tr",
"/seri",
SimpleDateFormat("MMMM d, yyy", Locale("tr")),
)