Skip to content

Commit 4bd59f6

Browse files
FireMasterKTobiGr
andcommitted
Update exception message.
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
1 parent 6f3f608 commit 4bd59f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public long getUploaderSubscriberCount() throws ParsingException {
445445
try {
446446
return Utils.mixedNumberWordToLong(getTextFromObject(videoOwnerRenderer.getObject("subscriberCountText")));
447447
} catch (final NumberFormatException e) {
448-
throw new ParsingException("Could not get subscriber count", e);
448+
throw new ParsingException("Could not get uploader subscriber count", e);
449449
}
450450
} else {
451451
return ITEM_COUNT_UNKNOWN;

0 commit comments

Comments
 (0)