diff --git a/youtubedl/.client.go.un~ b/youtubedl/.client.go.un~ new file mode 100644 index 0000000..48a680a Binary files /dev/null and b/youtubedl/.client.go.un~ differ diff --git a/youtubedl/client.go b/youtubedl/client.go index 221eda8..0e0b887 100755 --- a/youtubedl/client.go +++ b/youtubedl/client.go @@ -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",