Removed unused code

This commit is contained in:
litetex 2021-05-27 21:27:44 +02:00
parent e81b0e2885
commit 289b84e68b
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ public class YoutubeCommentsInfoItemExtractor implements CommentsInfoItemExtract
*/
@Override
public int getLikeCount() throws ParsingException {
json.getInt("");
// This may return a language dependent version, e.g. in German: 3,3 Mio
final String textualLikeCount = getTextualLikeCount();
try {