parent
27d5cf14b3
commit
588b4d8bf4
10
src/en/razure/build.gradle
Normal file
10
src/en/razure/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Razure'
|
||||||
|
extClass = '.Razure'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://razure.org'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/razure/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/razure/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/razure/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/razure/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
src/en/razure/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/razure/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
src/en/razure/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/razure/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
src/en/razure/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/razure/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.razure
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class Razure : MangaThemesia(
|
||||||
|
"Razure",
|
||||||
|
"https://razure.org",
|
||||||
|
"en",
|
||||||
|
"/series",
|
||||||
|
) {
|
||||||
|
override fun chapterListSelector() = "#chapterlist li:not([data-num*='🔒'])"
|
||||||
|
|
||||||
|
override fun searchMangaSelector() = ".listupd .bs .bsx:not(:has(.novelabel))"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user