Fix requested change and remove outdated comment.

This commit is contained in:
Kavin 2023-01-02 20:42:32 +00:00
parent 98a90fd9c8
commit 22a47da8c7
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class YoutubeCommentsExtractor extends CommentsExtractor {
public InfoItemsPage<CommentsInfoItem> getInitialPage()
throws IOException, ExtractionException {
// Check if findInitialCommentsToken was already called and optCommentsDisabled initialized
if (commentsDisabled) {
return getInfoItemsPageForDisabledComments();
}