mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-30 13:57:46 +00:00
Removed unused code
This commit is contained in:
@@ -89,7 +89,6 @@ public class YoutubeCommentsInfoItemExtractor implements CommentsInfoItemExtract
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public int getLikeCount() throws ParsingException {
|
public int getLikeCount() throws ParsingException {
|
||||||
json.getInt("");
|
|
||||||
// This may return a language dependent version, e.g. in German: 3,3 Mio
|
// This may return a language dependent version, e.g. in German: 3,3 Mio
|
||||||
final String textualLikeCount = getTextualLikeCount();
|
final String textualLikeCount = getTextualLikeCount();
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user