forked from AlmightyHak/extensions-source
* fix(pt/vizer): Fixed pt/Vizer videos empty (fix #256) * feat: Added new lib extractor: fireplayer-extractor
This commit is contained in:
parent
53856f9275
commit
8f7d9267d4
8 changed files with 177 additions and 72 deletions
|
@ -1,13 +1,16 @@
|
|||
ext {
|
||||
extName = 'Vizer.tv'
|
||||
extClass = '.Vizer'
|
||||
extVersionCode = 16
|
||||
extVersionCode = 17
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:fireplayer-extractor'))
|
||||
implementation(project(':lib:mixdrop-extractor'))
|
||||
implementation(project(':lib:playlist-utils'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue