mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
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()
|
public InfoItemsPage<CommentsInfoItem> getInitialPage()
|
||||||
throws IOException, ExtractionException {
|
throws IOException, ExtractionException {
|
||||||
|
|
||||||
// Check if findInitialCommentsToken was already called and optCommentsDisabled initialized
|
|
||||||
if (commentsDisabled) {
|
if (commentsDisabled) {
|
||||||
return getInfoItemsPageForDisabledComments();
|
return getInfoItemsPageForDisabledComments();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user