Revert back from using Session Id to Anime Id (#564)

* Improve KwikExtractor Decrypt Function

- Optimize and improve performance of KwikExtractor decrypt functionality

* Fix issue #550

* Update version

* Improve solution for #550

- Revert back to using Anime Id instead of Session Id
- Improve `fetchSession` by resolving anime using Anime Id only

* Fix lint error
This commit is contained in:
CursedSheep 2025-01-18 20:13:35 +08:00 committed by GitHub
parent 5b33d95e03
commit b954417a98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 10 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'AnimePahe'
extClass = '.AnimePahe'
extVersionCode = 28
extVersionCode = 29
}
apply from: "$rootDir/common.gradle"