fix(it/animeunity): Fix video streams URLs (#621)

* Fix AnimeUnity video streams URLs

The video streams URLs have been moved from JS to a single m3u8 file, this commit adapts to the change. The subtitles seem to have disappeared entirely, so I've left them commented.

* Update Years filter

* Bump AnimeUnity extVersionCode
This commit is contained in:
SonoPG 2025-02-05 23:01:07 +01:00 committed by GitHub
parent 16b2eae7b4
commit ba2ba44dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 26 deletions

View file

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