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
+36-21Lines changed: 36 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ public String getName() throws ParsingException {
113
113
} catch (Exceptionignored) {}
114
114
if (title == null) {
115
115
try {
116
-
title = playerResponse.getObject("videoDetails").getString("title");
116
+
title = playerResponse.getObject("videoDetails").getString("title");
117
117
} catch (Exceptionignored) {}
118
118
}
119
119
if (title != null) returntitle;
@@ -296,40 +296,36 @@ public long getDislikeCount() throws ParsingException {
0 commit comments