Skip to content

Commit 281cdf6

Browse files
authored
Merge pull request #9725 from AudricV/yt_support-live-links
[YouTube] Add support for live links
2 parents cd12503 + 5af5c90 commit 281cdf6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ dependencies {
187187
// name and the commit hash with the commit hash of the (pushed) commit you want to test
188188
// This works thanks to JitPack: https://jitpack.io/
189189
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
190-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:ff94e9f30bc5d7831734cc85ecebe7d30ac9c040'
190+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:999fb7f812f8f39712dda88cf5ff4db3ee877fdc'
191191
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
192192

193193
/** Checkstyle **/

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<data android:pathPrefix="/watch" />
166166
<data android:pathPrefix="/attribution_link" />
167167
<data android:pathPrefix="/shorts/" />
168+
<data android:pathPrefix="/live/" />
168169
<!-- channel prefix -->
169170
<data android:pathPrefix="/channel/" />
170171
<data android:pathPrefix="/user/" />

0 commit comments

Comments
 (0)