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