Add Mangaowl Yaoi (#2786)
This commit is contained in:
parent
d96d692209
commit
0eb3298f82
10
src/en/mangaowlyaoi/build.gradle
Normal file
10
src/en/mangaowlyaoi/build.gradle
Normal 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"
|
BIN
src/en/mangaowlyaoi/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/mangaowlyaoi/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
src/en/mangaowlyaoi/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/mangaowlyaoi/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/en/mangaowlyaoi/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/mangaowlyaoi/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/mangaowlyaoi/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/mangaowlyaoi/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
src/en/mangaowlyaoi/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/mangaowlyaoi/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
@ -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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user