Skip to content

Commit c2ed99b

Browse files
committed
no comments
1 parent ad80668 commit c2ed99b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ private void collectCommentsFrom(CommentsInfoItemsCollector collector, JsonObjec
116116
try {
117117
contents = (JsonArray) JsonUtils.getValue(ajaxJson, "response.continuationContents.itemSectionContinuation.contents");
118118
}catch(Exception e) {
119-
throw new ParsingException("unable to get parse youtube comments", e);
119+
//no comments
120+
return;
120121
}
121122
fetchTitle(contents);
122123
List<Object> comments;

0 commit comments

Comments
 (0)