mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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(
|
||||
"ffmpeg",
|
||||
"-dump_attachment:t", "",
|
||||
// override old attachments
|
||||
"-y",
|
||||
"-i", path,
|
||||
)
|
||||
cmd.Dir = attachment_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user