diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e5cb0ac08a..d91651d211 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 diff --git a/docs/build.gradle.kts b/docs/build.gradle.kts index bef0264112..ec8e4e5650 100644 --- a/docs/build.gradle.kts +++ b/docs/build.gradle.kts @@ -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") diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 0ffcd5f221..69ec56a880 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -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") } } }