Add ManhwaList (#3627)
This commit is contained in:
parent
f814878dbb
commit
cd4ef71b1c
9
src/id/manhwalistid/build.gradle
Normal file
9
src/id/manhwalistid/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Manhwa List'
|
||||||
|
extClass = '.ManhwaList'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://manhwalist.xyz'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/id/manhwalistid/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/manhwalistid/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
src/id/manhwalistid/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/manhwalistid/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/id/manhwalistid/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/manhwalistid/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
src/id/manhwalistid/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/manhwalistid/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/id/manhwalistid/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/manhwalistid/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.id.manhwalistid
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
import okhttp3.OkHttpClient
|
||||||
|
|
||||||
|
class ManhwaList : MangaThemesia(
|
||||||
|
"Manhwa List",
|
||||||
|
"https://manhwalist.xyz",
|
||||||
|
"id",
|
||||||
|
) {
|
||||||
|
override val client: OkHttpClient = super.client.newBuilder()
|
||||||
|
.rateLimit(3)
|
||||||
|
.build()
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user