mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 16:00:33 +05:30
formatting fix
This commit is contained in:
parent
ae48bdea4c
commit
8bceb57a6c
@ -49,7 +49,7 @@ public class YoutubeCommentsExtractor extends CommentsExtractor {
|
|||||||
String commentsTokenInside;
|
String commentsTokenInside;
|
||||||
if (responseBody.contains("commentSectionRenderer")) {
|
if (responseBody.contains("commentSectionRenderer")) {
|
||||||
commentsTokenInside = findValue(responseBody, "commentSectionRenderer", "}");
|
commentsTokenInside = findValue(responseBody, "commentSectionRenderer", "}");
|
||||||
} else{
|
} else {
|
||||||
commentsTokenInside = findValue(responseBody, "sectionListRenderer", "}");
|
commentsTokenInside = findValue(responseBody, "sectionListRenderer", "}");
|
||||||
}
|
}
|
||||||
final String commentsToken = findValue(commentsTokenInside, "continuation\":\"", "\"");
|
final String commentsToken = findValue(commentsTokenInside, "continuation\":\"", "\"");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user