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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,10 @@ public long getLikeCount() throws ParsingException {
358
358
return -1;
359
359
}
360
360
361
+
if (likesString.toLowerCase().contains("no likes")) {
0 commit comments