fix(it/animeworld): 202 redirect proper fix (#582)

* Set SecurityAW-gl cookie and update years filter

* Update extVersionCode

* Create ShittyRedirectionInterceptor.kt

* Update extVersionCode

* Fix ANIMEWORLD.tv cookies and update Years filter

* Don't use headersBuilder

Whoops, messed up with GitHub
This commit is contained in:
SonoPG 2025-01-25 01:29:14 +01:00 committed by GitHub
parent bf54b7cd4e
commit a21e1225c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 54 additions and 44 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'ANIMEWORLD.tv'
extClass = '.ANIMEWORLD'
extVersionCode = 42
extVersionCode = 43
}
apply from: "$rootDir/common.gradle"
@ -12,4 +12,4 @@ dependencies {
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
}
}