Removed unused code
This commit is contained in:
parent
e81b0e2885
commit
289b84e68b
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue