1
0
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:
Johan Andersson 2018-05-08 22:52:26 +02:00
parent 193edae667
commit d4dc9693df

View File

@ -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.