parent
3f9573f621
commit
c59f75b06b
10
src/en/witchscans/build.gradle
Normal file
10
src/en/witchscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'WitchScans'
|
||||||
|
extClass = '.WitchScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://witchscans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/witchscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/witchscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
src/en/witchscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/witchscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/en/witchscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/witchscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/en/witchscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/witchscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
src/en/witchscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/witchscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
@ -0,0 +1,17 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.witchscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import eu.kanade.tachiyomi.source.model.FilterList
|
||||||
|
|
||||||
|
class WitchScans : MangaThemesia(
|
||||||
|
"WitchScans",
|
||||||
|
"https://witchscans.com",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override fun chapterListSelector() = "div.eplister ul li:has(div.chbox):has(div.eph-num):has(a[href])"
|
||||||
|
|
||||||
|
override fun getFilterList(): FilterList {
|
||||||
|
val filters = super.getFilterList().filterNot { it is AuthorFilter || it is YearFilter }
|
||||||
|
return FilterList(filters)
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user