Add Paradise BL (#6965)

This commit is contained in:
Vetle Ledaal 2025-01-06 13:35:19 +01:00 committed by Draff
parent efc3642c17
commit ab7b4fa09e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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"
}