parent
5daa95058d
commit
da38522dc3
Binary file not shown.
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue