Vetle Ledaal b4e56cb8d7
MangaHub: fix images not loading (#12792)
* MangaHub: fix images not loading

* make CDN configurable in subclass

* move rate limiting to super class
2022-07-30 08:37:46 -04:00

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"
}