Add Paritehaber (#2785)
This commit is contained in:
parent
d7929ab6be
commit
d96d692209
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Paritehaber'
|
||||
extClass = '.Paritehaber'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://www.paritehaber.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
|
@ -0,0 +1,17 @@
|
|||
package eu.kanade.tachiyomi.extension.en.paritehaber
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class Paritehaber : Madara(
|
||||
"Paritehaber",
|
||||
"https://www.paritehaber.com",
|
||||
"en",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = false
|
||||
|
||||
override val mangaSubString = "ph"
|
||||
|
||||
override val fetchGenres = false
|
||||
override val chapterUrlSuffix = ""
|
||||
}
|
Loading…
Reference in New Issue