mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-08-06 19:43:48 +08:00
Update newpipe
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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")
|
||||
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user