forked from AlmightyHak/extensions-source
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:
parent
bf54b7cd4e
commit
a21e1225c9
3 changed files with 54 additions and 44 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue