Skip to content

Commit 1e2c541

Browse files
committed
build: use NewPipeExtractor fork
Switches from the official NewPipeExtractor versions to a soft fork, allowing fixes and other improvements that have not yet been merged upstream. For now it just contains a fix for working with newer YT player versions and checks if a video is avialable. Ref: TeamNewPipe/NewPipeExtractor#1290 Ref: libre-tube#7113
1 parent 39ddb7b commit 1e2c541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ constraintlayout = "2.2.1"
1010
loggingInterceptor = "4.12.0"
1111
material = "1.12.0"
1212
navigation = "2.8.9"
13-
newpipeextractor = "v0.24.5"
13+
newpipeextractor = "bc9a5a220e"
1414
preference = "1.2.1"
1515
extJunit = "1.2.1"
1616
espresso = "3.6.1"
@@ -60,7 +60,7 @@ androidx-media3-exoplayer-hls = { group = "androidx.media3", name="media3-exopla
6060
androidx-media3-exoplayer-dash = { group = "androidx.media3", name="media3-exoplayer-dash", version.ref="media3" }
6161
androidx-media3-session = { group="androidx.media3", name="media3-session", version.ref="media3" }
6262
androidx-media3-ui = { group="androidx.media3", name="media3-ui", version.ref="media3" }
63-
newpipeextractor = { module = "com.github.TeamNewPipe:NewPipeExtractor", version.ref = "newpipeextractor" }
63+
newpipeextractor = { module = "com.github.libre-tube:NewPipeExtractor", version.ref = "newpipeextractor" }
6464
square-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
6565
converter-kotlinx-serialization = { group = "com.squareup.retrofit2", name = "converter-kotlinx-serialization", version.ref = "retrofit" }
6666
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs_nio", version.ref = "desugaring" }

0 commit comments

Comments
 (0)