parent
00046adbdc
commit
23e386a7e5
@ -1,10 +0,0 @@
|
|||||||
ext {
|
|
||||||
extName = 'Otaku Sanctuary'
|
|
||||||
extClass = '.OtakuSanctuaryFactory'
|
|
||||||
themePkg = 'otakusanctuary'
|
|
||||||
baseUrl = 'https://otakusan.me'
|
|
||||||
overrideVersionCode = 2
|
|
||||||
isNsfw = true
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
@ -1,15 +0,0 @@
|
|||||||
package eu.kanade.tachiyomi.extension.all.otakusanctuary
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.otakusanctuary.OtakuSanctuary
|
|
||||||
import eu.kanade.tachiyomi.source.SourceFactory
|
|
||||||
|
|
||||||
class OtakuSanctuaryFactory : SourceFactory {
|
|
||||||
override fun createSources() = listOf(
|
|
||||||
OtakuSanctuary("Otaku Sanctuary", "https://otakusan.me", "all"),
|
|
||||||
OtakuSanctuary("Otaku Sanctuary", "https://otakusan.me", "vi"),
|
|
||||||
OtakuSanctuary("Otaku Sanctuary", "https://otakusan.me", "en"),
|
|
||||||
OtakuSanctuary("Otaku Sanctuary", "https://otakusan.me", "it"),
|
|
||||||
OtakuSanctuary("Otaku Sanctuary", "https://otakusan.me", "fr"),
|
|
||||||
OtakuSanctuary("Otaku Sanctuary", "https://otakusan.me", "es"),
|
|
||||||
)
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user