Update YoutubeCommentsInfoItemExtractor.java
This commit is contained in:
parent
bedcd87abb
commit
01cfb55505
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class YoutubeCommentsInfoItemExtractor implements CommentsInfoItemExtract
|
|||
* 6
|
||||
*/
|
||||
try {
|
||||
// Sometimes the voteCount is missing
|
||||
// If a comment has no likes voteCount is not set
|
||||
if(!json.has("voteCount")) {
|
||||
return EMPTY_STRING;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue