fix(pt/vizer): Fixed pt/Vizer videos empty (fix #256) (#302)

* fix(pt/vizer): Fixed pt/Vizer videos empty (fix #256)

* feat: Added new lib extractor: fireplayer-extractor
This commit is contained in:
WebDitto 2024-10-16 14:34:43 -03:00 committed by GitHub
parent 53856f9275
commit 8f7d9267d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 177 additions and 72 deletions

View 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"))
}