Add Paradise BL (#6965)
This commit is contained in:
parent
efc3642c17
commit
ab7b4fa09e
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Paradise BL'
|
||||
extClass = '.ParadiseBL'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://paradise-bl.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
|
@ -0,0 +1,14 @@
|
|||
package eu.kanade.tachiyomi.extension.ar.paradisebl
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class ParadiseBL : Madara(
|
||||
"Paradise BL",
|
||||
"https://paradise-bl.com",
|
||||
"ar",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val mangaDetailsSelectorTitle = ".new-post-title h3 a"
|
||||
}
|
Loading…
Reference in New Issue