mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
postprocess: use output in streams instead of options
This commit is contained in:
parent
193edae667
commit
d4dc9693df
@ -158,7 +158,7 @@ class postprocess(object):
|
||||
if self.stream.finished is False:
|
||||
return
|
||||
|
||||
orig_filename = self.stream.options.output
|
||||
orig_filename = self.stream.output
|
||||
|
||||
cmd = [self.detect, "-i", orig_filename]
|
||||
_, stdout, stderr = run_program(cmd, False) # return 1 is good here.
|
||||
|
Loading…
Reference in New Issue
Block a user