Add in progress
This commit is contained in:
@@ -32,7 +32,7 @@ func NewYtDlpDownloader(logger *zap.SugaredLogger) DownloadHandler {
|
||||
|
||||
_, err = exec.Command("yt-dlp", "--version").Output()
|
||||
if err != nil {
|
||||
log.Fatal("Youtube download (youtube-dl) isn't installed on the device")
|
||||
log.Fatal("Youtube download (yt-dlp) isn't installed on the device")
|
||||
}
|
||||
|
||||
return &YtDlpDownloader{
|
||||
|
Reference in New Issue
Block a user