Add Madara Scans (#8559)
* Added MadaraScans * Update MadaraScans.kt * Update MadaraScans.kt lint * revert * Update MadaraScans.kt simply hide paid chapters by default * lint
This commit is contained in:
parent
e853527587
commit
b1ef508489
10
src/en/madarascans/build.gradle
Normal file
10
src/en/madarascans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Madara Scans'
|
||||||
|
extClass = '.MadaraScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://madarascans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/madarascans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/madarascans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
src/en/madarascans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/madarascans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/en/madarascans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/madarascans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/en/madarascans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/madarascans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
src/en/madarascans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/madarascans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.madarascans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class MadaraScans : MangaThemesia(
|
||||||
|
"Madara Scans",
|
||||||
|
"https://madarascans.com",
|
||||||
|
"en",
|
||||||
|
mangaUrlDirectory = "/series",
|
||||||
|
) {
|
||||||
|
override fun chapterListSelector() = "li[data-num]:has(> a[href]:not([data-bs-target='#lockedChapterModal']))"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user