mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-24 20:33:20 +03:00
Added link in error message to get TiwtchDownloaderCLI
This commit is contained in:
@@ -21,7 +21,7 @@ async function getCommentsForVOD(vodId) {
|
|||||||
const cliPath = `TwitchDownloaderCLI${cliExt}`
|
const cliPath = `TwitchDownloaderCLI${cliExt}`
|
||||||
|
|
||||||
if (!fs.existsSync(cliPath)) {
|
if (!fs.existsSync(cliPath)) {
|
||||||
logger.error(`${cliPath} does not exist. Twitch chat download failed!`);
|
logger.error(`${cliPath} does not exist. Twitch chat download failed! Get it here: https://github.com/lay295/TwitchDownloader`);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user