We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a6157 commit 5b3d6e3Copy full SHA for 5b3d6e3
1 file changed
src/main/kotlin/org/dokiteam/doki/parsers/site/all/Koharu.kt
@@ -24,7 +24,14 @@ import java.util.*
24
internal class Koharu(context: MangaLoaderContext) :
25
PagedMangaParser(context, MangaParserSource.KOHARU, 24) {
26
27
- override val configKeyDomain = ConfigKey.Domain("niyaniya.moe")
+ override val configKeyDomain = ConfigKey.Domain(
28
+ "niyaniya.moe",
29
+ "anchira.to",
30
+ "gehenna.jp",
31
+ "shupogaki.moe",
32
+ "hdoujin.net",
33
+ )
34
+
35
private val apiSuffix = "api.schale.network"
36
37
override val userAgentKey = ConfigKey.UserAgent(
0 commit comments