Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
14
multisrc/overrides/mangathemesia/mangayaro/src/Mangayaro.kt
Normal file
14
multisrc/overrides/mangathemesia/mangayaro/src/Mangayaro.kt
Normal file
@@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.id.mangayaro
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class Mangayaro : MangaThemesia("Mangayaro", "https://www.mangayaro.id", "id") {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(4)
|
||||
.build()
|
||||
|
||||
override val seriesAuthorSelector = ".tsinfo .imptdt:contains(seniman) i"
|
||||
}
|
||||
Reference in New Issue
Block a user