extensions-source/src/it/streamingcommunity/build.gradle
Dark25 355911204d
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
2024-08-13 17:03:24 +07:00

7 lines
141 B
Groovy

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