* MangaHub: fix images not loading * make CDN configurable in subclass * move rate limiting to super class
12 lines
241 B
Kotlin
12 lines
241 B
Kotlin
package eu.kanade.tachiyomi.extension.en.mangahereonl
|
|
|
|
import eu.kanade.tachiyomi.multisrc.mangahub.MangaHub
|
|
|
|
class MangaHereOnl : MangaHub(
|
|
"MangaHere.onl",
|
|
"https://mangahere.onl",
|
|
"en"
|
|
) {
|
|
override val serverId = "mh01"
|
|
}
|