minor edit, made variable final
This commit is contained in:
parent
8bceb57a6c
commit
05213175cd
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue