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:
parent
16b2eae7b4
commit
ba2ba44dc4
3 changed files with 25 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'AnimeUnity'
|
||||
extClass = '.AnimeUnity'
|
||||
extVersionCode = 8
|
||||
extVersionCode = 9
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue