Added link in error message to get TiwtchDownloaderCLI

pull/872/head
Tzahi12345 3 years ago
parent edd4a0928c
commit a91381720f

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

@ -50,4 +50,4 @@ def getLatestCLIRelease():
searchString = r'.*CLI.*' + "LinuxArm.zip" if isArm else "Linux-x64.zip" searchString = r'.*CLI.*' + "LinuxArm.zip" if isArm else "Linux-x64.zip"
getLatestFileInRepo("lay295/TwitchDownloader", searchString) getLatestFileInRepo("lay295/TwitchDownloader", searchString)
getLatestCLIRelease() getLatestCLIRelease()

Loading…
Cancel
Save