Add Paritehaber (#2785)

This commit is contained in:
Vetle Ledaal 2024-05-03 10:37:43 +00:00 committed by Draff
parent d7929ab6be
commit d96d692209
7 changed files with 27 additions and 0 deletions

View File

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

View File

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