Add ArcuraFansub (#2857)
This commit is contained in:
parent
a58e72f4ec
commit
fd0b45a71e
|
@ -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 |
|
@ -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")),
|
||||
)
|
Loading…
Reference in New Issue