mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
Fix extraction when it has failed previously
This commit is contained in:
parent
f5be4a8b99
commit
2594afc60f
@ -43,6 +43,8 @@ func (e *Extractor) Extract(path string, subs *[]Subtitle) (<-chan struct{}, err
|
|||||||
cmd := exec.Command(
|
cmd := exec.Command(
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
"-dump_attachment:t", "",
|
"-dump_attachment:t", "",
|
||||||
|
// override old attachments
|
||||||
|
"-y",
|
||||||
"-i", path,
|
"-i", path,
|
||||||
)
|
)
|
||||||
cmd.Dir = attachment_path
|
cmd.Dir = attachment_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user