Fix requested change and remove outdated comment.
This commit is contained in:
parent
98a90fd9c8
commit
22a47da8c7
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue