Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da38522dc3 |
BIN
youtubedl/.client.go.un~
Normal file
BIN
youtubedl/.client.go.un~
Normal file
Binary file not shown.
@@ -49,7 +49,7 @@ func (c *Client) Download(video, local string) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
cmd := exec.Command(
|
cmd := exec.Command(
|
||||||
"/bin/bash",
|
"/bin/sh",
|
||||||
"-c",
|
"-c",
|
||||||
fmt.Sprintf(
|
fmt.Sprintf(
|
||||||
"true; python3 -m vtt_to_srt %q || python3 /usr/bin/vtt_to_srt.py %q",
|
"true; python3 -m vtt_to_srt %q || python3 /usr/bin/vtt_to_srt.py %q",
|
||||||
|
|||||||
Reference in New Issue
Block a user