fix(src/es): Pelisplushd and Hackstore fixes (#97)
* VoeExtractor, PelisplusHD & Hackstore fixes * VoeExtractor, PelisplusHD & Hackstore fixes
This commit is contained in:
parent
1bbc02413e
commit
42065686b3
11 changed files with 134 additions and 280 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Pelisplushd'
|
||||
extClass = '.PelisplushdFactory'
|
||||
extVersionCode = 53
|
||||
extVersionCode = 54
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -22,5 +22,6 @@ dependencies {
|
|||
implementation(project(':lib:burstcloud-extractor'))
|
||||
implementation(project(':lib:fastream-extractor'))
|
||||
implementation(project(':lib:upstream-extractor'))
|
||||
implementation(project(':lib:streamhidevid-extractor'))
|
||||
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue