[skip ci] switch to keiyoushi random UA url (#316)

This commit is contained in:
AwkwardPeak7 2024-01-17 13:37:43 +05:00 committed by Draff
parent c311614a2e
commit 598baf532c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ private class RandomUserAgentInterceptor(
}
companion object {
private const val UA_DB_URL = "https://tachiyomiorg.github.io/user-agents/user-agents.json"
private const val UA_DB_URL = "https://keiyoushi.github.io/user-agents/user-agents.json"
}
}