Update newpipe

This commit is contained in:
firelight
2024-12-06 14:34:56 +00:00
committed by GitHub
parent 6013262579
commit 5a7ff3d47c
3 changed files with 3 additions and 3 deletions

View File

@ -194,7 +194,7 @@ dependencies {
// PlayBack
implementation("com.jaredrummler:colorpicker:1.1.0") // Subtitle Color Picker
implementation("com.github.recloudstream:media-ffmpeg:1.1.0") // Custom FF-MPEG Lib for Audio Codecs
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.2") /* For Trailers
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.3") /* For Trailers
^ Update to Latest Commits if Trailers Misbehave, github.com/TeamNewPipe/NewPipeExtractor/commits/dev */
implementation("com.github.albfernandez:juniversalchardet:2.5.0") // Subtitle Decoding

View File

@ -58,7 +58,7 @@ dependencies {
dokkaImplementation("androidx.media3:media3-datasource-okhttp:1.4.0")
dokkaImplementation("com.jaredrummler:colorpicker:1.1.0") // Subtitle Color Picker
dokkaImplementation("com.github.recloudstream:media-ffmpeg:1.1.0") // Custom FF-MPEG Lib for Audio Codecs
dokkaImplementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.2")
dokkaImplementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.3")
dokkaImplementation("com.github.albfernandez:juniversalchardet:2.5.0") // Subtitle Decoding
dokkaImplementation("ch.acra:acra-core:5.11.3")
dokkaImplementation("ch.acra:acra-toast:5.11.3")

View File

@ -27,7 +27,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("me.xdrop:fuzzywuzzy:1.4.0") // Match extractors
implementation("org.mozilla:rhino:1.7.15") // run JavaScript
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.2")
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.3")
}
}
}