chore(it/StreamingCommunity): video-list empty and change domain (#132)

* chore(src/es): Change Domain on Hackstore and add VidHideExtractor

* chore(src/ar): fix VideoListParse on Anime4up

* fix(es/PelisplusHD): Change parallelCatchingFlatMapBlocking to flatMap

* chore(it/StreamingCommunity): video-list empty and change domain
This commit is contained in:
Dark25 2024-08-13 11:03:24 +01:00 committed by GitHub
parent 8b2fed2aff
commit 355911204d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 63 deletions

View file

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