1 Commits
v0.6 ... v0.7

Author SHA1 Message Date
Bel LaPointe
da38522dc3 from bash to sh 2021-01-03 20:46:23 -05:00
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",