We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d3052 commit 89e0514Copy full SHA for 89e0514
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.java
@@ -12,7 +12,7 @@
12
public interface CommentsInfoItemExtractor extends InfoItemExtractor {
13
14
/**
15
- * Return the like count of the comment, or -1 if it's unavailable<
+ * Return the like count of the comment, or -1 if it's unavailable
16
* <br>
17
* NOTE: Currently only implemented for YT {@link YoutubeCommentsInfoItemExtractor#getLikeCount()}
18
* with limitations (only approximate like count is returned)
0 commit comments