lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.68k stars 261 forks source link

[CLI] Empty line in console log when using flag chatdownload --silent #986

Closed superbonaci closed 6 months ago

superbonaci commented 6 months ago

Checklist

Edition

Command Line Interface

Describe your issue here

Without the flag all log is right:

$ TwitchDownloaderCLI chatdownload --id '758707576' -o chat.json -E
TwitchDownloaderCLI 1.54.1 Copyright (c) lay295 and contributors
[STATUS] - Downloading 97%
[STATUS] - Downloading + Embedding Images
[STATUS] - Backfilling commenter info
[STATUS] - Writing output file

With --silent there's an empty line:

$ TwitchDownloaderCLI chatdownload --id '758707576' -o chat.json -E --silent

[STATUS] - Downloading + Embedding Images
[STATUS] - Backfilling commenter info
[STATUS] - Writing output file

Also Downloading max value is 97%, never shows 100%.

Add any related files or extra information here

No response

ScrubN commented 6 months ago