Skip to content

Commit c39e4e5

Browse files
FineFindusreocat
authored andcommitted
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 available. Ref: TeamNewPipe/NewPipeExtractor#1290 Ref: libre-tube/LibreTube#7113 Ref: https://github.com/libre-tube/NewPipeExtractor
1 parent 2ba5625 commit c39e4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ timber = { group = "com.jakewharton.timber", name = "timber", version = "5.0.1"
8787

8888
multidex = { group = "androidx.multidex", name = "multidex", version.ref = "multidex" }
8989

90-
newpipe-extractor = { group = "com.github.TeamNewPipe", name = "NewPipeExtractor", version.ref = "newpipe" }
90+
newpipe-extractor = { group = "com.github.libre-tube", name = "NewPipeExtractor", version.ref = "newpipe" }
9191

9292
leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "leakcanary" }
9393

0 commit comments

Comments
 (0)