From 9b27d94d06255fba476c27f29344d6c9088fc257 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 30 Mar 2025 04:52:42 -0400 Subject: [PATCH] Update youtube.py --- tubesync/sync/youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/youtube.py b/tubesync/sync/youtube.py index 9b6a937f..0abd357f 100644 --- a/tubesync/sync/youtube.py +++ b/tubesync/sync/youtube.py @@ -157,7 +157,7 @@ def get_media_info(url, days=None): paths.update({ 'temp': str(temp_dir_path), }) - postprocessors = opts.get('postprocessors', default_opts.get('postprocessors', list())) + postprocessors = opts.get('postprocessors', default_opts.__dict__.get('postprocessors', list())) postprocessors.extend((dict( key='Exec', when='playlist',