From d4dc9693df9fca6616b576b59e0a8e2e0942c7c6 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Tue, 8 May 2018 22:52:26 +0200 Subject: [PATCH] postprocess: use output in streams instead of options --- lib/svtplay_dl/postprocess/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/svtplay_dl/postprocess/__init__.py b/lib/svtplay_dl/postprocess/__init__.py index aad6b45..4b2c5db 100644 --- a/lib/svtplay_dl/postprocess/__init__.py +++ b/lib/svtplay_dl/postprocess/__init__.py @@ -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.