Get domain from ConfigKey

seew3l 3 years ago
parent e462b7df97
commit 22d59e46c8

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

Loading…
Cancel
Save