Update exception message.

Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
pull/796/head
Kavin 2022-02-12 00:31:55 +00:00 zatwierdzone przez FireMasterK
rodzic 6f3f608ab6
commit 4bd59f65f4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 49451E4482CC5BCD
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;