from bash to sh

master v0.7
Bel LaPointe 2021-01-03 20:46:23 -05:00
parent 5daa95058d
commit da38522dc3
2 changed files with 1 additions and 1 deletions

BIN
youtubedl/.client.go.un~ Normal file

Binary file not shown.

View File

@ -49,7 +49,7 @@ func (c *Client) Download(video, local string) error {
return err
}
cmd := exec.Command(
"/bin/bash",
"/bin/sh",
"-c",
fmt.Sprintf(
"true; python3 -m vtt_to_srt %q || python3 /usr/bin/vtt_to_srt.py %q",