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
10
lib/fireplayer-extractor/build.gradle.kts
Normal file
10
lib/fireplayer-extractor/build.gradle.kts
Normal file
|
@ -0,0 +1,10 @@
|
|||
plugins {
|
||||
id("lib-android")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
|
||||
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
|
||||
}
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue