extensions-source/src/it/animeunity/build.gradle
SonoPG ba2ba44dc4
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
2025-02-05 23:01:07 +01:00

7 lines
125 B
Groovy

ext {
extName = 'AnimeUnity'
extClass = '.AnimeUnity'
extVersionCode = 9
}
apply from: "$rootDir/common.gradle"