mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Add ManhwaDen (#2775)
This commit is contained in:
parent
1205bfa401
commit
059167d9e2
10
src/en/manhwaden/build.gradle
Normal file
10
src/en/manhwaden/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'ManhwaDen'
|
||||
extClass = '.ManhwaDen'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://www.manhwaden.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/manhwaden/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/manhwaden/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
BIN
src/en/manhwaden/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/manhwaden/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/en/manhwaden/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/manhwaden/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/en/manhwaden/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/manhwaden/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
src/en/manhwaden/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/manhwaden/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.en.manhwaden
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class ManhwaDen : Madara(
|
||||
"ManhwaDen",
|
||||
"https://www.manhwaden.com",
|
||||
"en",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val filterNonMangaItems = false
|
||||
}
|
Loading…
Reference in New Issue
Block a user