mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 08:20:34 +05:30
Update YoutubeCommentsInfoItemExtractor.java
This commit is contained in:
parent
bedcd87abb
commit
01cfb55505
@ -91,7 +91,7 @@ public class YoutubeCommentsInfoItemExtractor implements CommentsInfoItemExtract
|
|||||||
* 6
|
* 6
|
||||||
*/
|
*/
|
||||||
try {
|
try {
|
||||||
// Sometimes the voteCount is missing
|
// If a comment has no likes voteCount is not set
|
||||||
if(!json.has("voteCount")) {
|
if(!json.has("voteCount")) {
|
||||||
return EMPTY_STRING;
|
return EMPTY_STRING;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user