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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1272,6 +1272,8 @@ public List<StreamSegment> getStreamSegments() throws ParsingException {
1272
1272
finalStringpanelIdentifier = panels.getObject(i)
1273
1273
.getObject("engagementPanelSectionListRenderer")
1274
1274
.getString("panelIdentifier");
1275
+
// panelIdentifier might be null if the panel has something to do with ads
1276
+
// See https://github.com/TeamNewPipe/NewPipe/issues/7792#issuecomment-1030900188
1275
1277
if ("engagement-panel-macro-markers-description-chapters".equals(panelIdentifier)) {
0 commit comments