
* 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
7 lines
141 B
Groovy
7 lines
141 B
Groovy
ext {
|
|
extName = 'StreamingCommunity'
|
|
extClass = '.StreamingCommunity'
|
|
extVersionCode = 5
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|