Add Mangaowl Yaoi (#2786)

This commit is contained in:
Vetle Ledaal 2024-05-03 10:38:13 +00:00 committed by Draff
parent d96d692209
commit 0eb3298f82
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Mangaowl Yaoi'
extClass = '.MangaowlYaoi'
themePkg = 'madara'
baseUrl = 'https://mangaowlyaoi.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: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.mangaowlyaoi
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaowlYaoi : Madara(
"Mangaowl Yaoi",
"https://mangaowlyaoi.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
override val mangaSubString = "read"
}