Get domain from ConfigKey

pull/206/head
seew3l 3 years ago
parent e462b7df97
commit 22d59e46c8

@ -60,7 +60,7 @@ class TuMangaOnlineParser(context: MangaLoaderContext) : PagedMangaParser (
SortOrder.POPULARITY,
)
private val host = "lectortmo.com"
private val host = domain
private val permits = 10
private val period = 60L
private val unit = TimeUnit.SECONDS

Loading…
Cancel
Save