You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -386,11 +386,16 @@ public String getDashMpdUrl() throws ParsingException {
386
386
publicStringgetHlsUrl() throwsParsingException {
387
387
assertPageFetched();
388
388
try {
389
-
Stringhlsvp;
390
-
if (playerArgs != null && playerArgs.isString("hlsvp")) {
0 commit comments