mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 14:55:26 +00:00
Update exception message.
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
@@ -445,7 +445,7 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
||||
try {
|
||||
return Utils.mixedNumberWordToLong(getTextFromObject(videoOwnerRenderer.getObject("subscriberCountText")));
|
||||
} catch (final NumberFormatException e) {
|
||||
throw new ParsingException("Could not get subscriber count", e);
|
||||
throw new ParsingException("Could not get uploader subscriber count", e);
|
||||
}
|
||||
} else {
|
||||
return ITEM_COUNT_UNKNOWN;
|
||||
|
Reference in New Issue
Block a user