[RU]GroupLe fix periodic 403 (#12489)

This commit is contained in:
Ejan 2022-07-09 08:47:04 +05:00 committed by GitHub
parent bbb6efcd77
commit 199a07bf53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ abstract class GroupLe(
override val supportsLatest = true
override val client: OkHttpClient = network.client.newBuilder()
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
.rateLimit(2)
.addNetworkInterceptor { chain ->
val originalRequest = chain.request()

View File

@ -9,7 +9,7 @@ class GroupLeGenerator: ThemeSourceGenerator {
override val themeClass = "GroupLe"
override val baseVersionCode: Int = 2
override val baseVersionCode: Int = 3
override val sources = listOf(
SingleLang("ReadManga", "https://readmanga.io", "ru", overrideVersionCode = 45),