mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 15:30:34 +05:30
Better exception message
This commit is contained in:
parent
86bb9efb5d
commit
b310922fc0
@ -90,7 +90,7 @@ public class YoutubeCommentsInfoItemExtractor implements CommentsInfoItemExtract
|
||||
|
||||
return (int) Utils.mixedNumberWordToLong(voteCount);
|
||||
} catch (Exception e) {
|
||||
throw new ParsingException("Unexpected error while converting vote count", e);
|
||||
throw new ParsingException("Unexpected error while converting vote count to like count", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user