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/YoutubeStreamInfoItemLockupExtractor.java
+29-6Lines changed: 29 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,33 @@ public YoutubeStreamInfoItemLockupExtractor(final JsonObject lockupViewModel,
43
43
}
44
44
45
45
@Override
46
-
publicStreamTypegetStreamType() {
47
-
// TODO only encountered video streams so far... Are there more types?
0 commit comments