mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 05:40:34 +05:30
no comments
This commit is contained in:
parent
ad8066830d
commit
c2ed99b1b7
@ -116,7 +116,8 @@ public class YoutubeCommentsExtractor extends CommentsExtractor {
|
|||||||
try {
|
try {
|
||||||
contents = (JsonArray) JsonUtils.getValue(ajaxJson, "response.continuationContents.itemSectionContinuation.contents");
|
contents = (JsonArray) JsonUtils.getValue(ajaxJson, "response.continuationContents.itemSectionContinuation.contents");
|
||||||
}catch(Exception e) {
|
}catch(Exception e) {
|
||||||
throw new ParsingException("unable to get parse youtube comments", e);
|
//no comments
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
fetchTitle(contents);
|
fetchTitle(contents);
|
||||||
List<Object> comments;
|
List<Object> comments;
|
||||||
|
Loading…
Reference in New Issue
Block a user