mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-02 07:15:37 +00:00
Fix request changes.
This commit is contained in:
@@ -23,7 +23,7 @@ public abstract class CommentsExtractor extends ListExtractor<CommentsInfoItem>
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return total number of comments.
|
* @return the total number of comments
|
||||||
*/
|
*/
|
||||||
public int getCommentsCount() throws ExtractionException {
|
public int getCommentsCount() throws ExtractionException {
|
||||||
return -1;
|
return -1;
|
||||||
|
@@ -109,7 +109,7 @@ public final class CommentsInfo extends ListInfo<CommentsInfoItem> {
|
|||||||
/**
|
/**
|
||||||
* Returns the total number of comments.
|
* Returns the total number of comments.
|
||||||
*
|
*
|
||||||
* @return commentsCount the total number of comments.
|
* @return the total number of comments
|
||||||
*/
|
*/
|
||||||
public int getCommentsCount() {
|
public int getCommentsCount() {
|
||||||
return commentsCount;
|
return commentsCount;
|
||||||
|
Reference in New Issue
Block a user