parent
913eddbbfc
commit
b44f7c144d
@ -3,7 +3,7 @@ ext {
|
|||||||
extClass = '.EgoToons'
|
extClass = '.EgoToons'
|
||||||
themePkg = 'yuyu'
|
themePkg = 'yuyu'
|
||||||
baseUrl = 'https://egotoons.com'
|
baseUrl = 'https://egotoons.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,6 +9,9 @@ class EgoToons : YuYu(
|
|||||||
"pt-BR",
|
"pt-BR",
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
override fun headersBuilder() = super.headersBuilder()
|
||||||
|
.set("Accept-Encoding", "")
|
||||||
|
|
||||||
override val client = super.client.newBuilder()
|
override val client = super.client.newBuilder()
|
||||||
.rateLimit(2)
|
.rateLimit(2)
|
||||||
.build()
|
.build()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user