Skip to content

Commit 01cfb55

Browse files
committed
Update YoutubeCommentsInfoItemExtractor.java
1 parent bedcd87 commit 01cfb55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsInfoItemExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public String getTextualVoteCount() throws ParsingException {
9191
* 6
9292
*/
9393
try {
94-
// Sometimes the voteCount is missing
94+
// If a comment has no likes voteCount is not set
9595
if(!json.has("voteCount")) {
9696
return EMPTY_STRING;
9797
}

0 commit comments

Comments
 (0)