Skip to content

Commit

Permalink
use shared libs.jsunpacker
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jan 19, 2025
1 parent ad07c17 commit 97a41cb
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lib/fastream-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
implementation(project(":lib:playlist-utils"))
Expand Down
2 changes: 1 addition & 1 deletion lib/filemoon-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
implementation(project(":lib:playlist-utils"))
Expand Down
2 changes: 1 addition & 1 deletion lib/fireplayer-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
implementation(project(":lib:playlist-utils"))
Expand Down
2 changes: 1 addition & 1 deletion lib/mp4upload-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion lib/streamhidevid-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion lib/streamvid-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion lib/streamwish-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
implementation(project(":lib:playlist-utils"))
Expand Down
2 changes: 1 addition & 1 deletion lib/upstream-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion lib/vido-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion src/all/animexin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:gdriveplayer-extractor'))
implementation(project(':lib:dood-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/all/javguru/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
implementation(project(':lib:playlist-utils'))
implementation(project(':lib:javcoverfetcher'))
}
2 changes: 1 addition & 1 deletion src/ar/anime4up/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
implementation(project(':lib:uqload-extractor'))
implementation(project(':lib:vidbom-extractor'))
implementation(project(':lib:voe-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/ar/tuktukcinema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:vidbom-extractor'))
implementation(project(':lib:playlist-utils'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/cineclix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:playlist-utils'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/einfach/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
implementation(project(":lib:streamtape-extractor"))
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:voe-extractor"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/moflixstream/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation(project(':lib:playlist-utils'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/movie2k/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/allanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
implementation(project(':lib:gogostream-extractor'))
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/animekhor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/animenosub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/animepahe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ ext {
apply from: "$rootDir/common.gradle"

dependencies {
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/ask4movie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ apply from: "$rootDir/common.gradle"

dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/kissanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:yourupload-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/multimovies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:cryptoaes'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/myanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:gdriveplayer-extractor'))
implementation(project(':lib:okru-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/cuevana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies {
implementation(project(':lib:fastream-extractor'))
implementation(project(':lib:upstream-extractor'))
implementation(project(':lib:universal-extractor'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/flixlatam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
implementation(project(':lib:vidguard-extractor'))
implementation(project(':lib:universal-extractor'))
implementation(project(':lib:cryptoaes'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/katanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:playlist-utils'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/latanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:universal-extractor'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/pelisplushd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {
implementation(project(':lib:streamsilk-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation(project(':lib:universal-extractor'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/serieskao/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
implementation(project(':lib:vidguard-extractor'))
implementation(project(':lib:universal-extractor'))
implementation(project(':lib:cryptoaes'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/fr/jetanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ext {
apply from: "$rootDir/common.gradle"

dependencies {
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
implementation(project(':lib:playlist-utils'))
}
2 changes: 1 addition & 1 deletion src/fr/otakufr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(":lib:playlist-utils"))
implementation(project(":lib:upstream-extractor"))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/hi/yomovies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
implementation(project(':lib:playlist-utils'))
}
2 changes: 1 addition & 1 deletion src/id/kuronime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:streamlare-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:yourupload-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/id/neonime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation(project(':lib:gdriveplayer-extractor'))
implementation(project(':lib:yourupload-extractor'))
implementation(project(':lib:okru-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/id/nimegami/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ext {
apply from: "$rootDir/common.gradle"

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
implementation(project(":lib:synchrony"))
}
2 changes: 1 addition & 1 deletion src/it/animeworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/pl/wbijam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:sibnet-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/pt/animesbr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ext {
apply from: "$rootDir/common.gradle"

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
implementation(project(":lib:vidmoly-extractor"))
}
2 changes: 1 addition & 1 deletion src/pt/doramogo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation(project(":lib:googledrive-extractor"))
implementation(project(":lib:okru-extractor"))
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/pt/goanimes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:playlist-utils"))
implementation(project(":lib:blogger-extractor"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/pt/pobreflix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:streamtape-extractor"))
implementation(project(":lib:playlist-utils"))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/sr/animesrbija/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ apply from: "$rootDir/common.gradle"

dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/tr/turkanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:vudeo-extractor'))
implementation(project(':lib:uqload-extractor'))
implementation libs.jsunpacker
implementation(libs.jsunpacker)
implementation(project(":lib:cryptoaes"))
implementation(project(":lib:dood-extractor"))
implementation(project(':lib:filemoon-extractor'))
Expand Down

0 comments on commit 97a41cb

Please sign in to comment.