mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 06:45:53 +00:00
minor edit, made variable final
This commit is contained in:
@@ -46,7 +46,7 @@ public class YoutubeCommentsExtractor extends CommentsExtractor {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public InfoItemsPage<CommentsInfoItem> getInitialPage() throws IOException, ExtractionException {
|
public InfoItemsPage<CommentsInfoItem> getInitialPage() throws IOException, ExtractionException {
|
||||||
String commentsTokenInside;
|
final String commentsTokenInside;
|
||||||
if (responseBody.contains("commentSectionRenderer")) {
|
if (responseBody.contains("commentSectionRenderer")) {
|
||||||
commentsTokenInside = findValue(responseBody, "commentSectionRenderer", "}");
|
commentsTokenInside = findValue(responseBody, "commentSectionRenderer", "}");
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user