From 27ceecadc85616a20b723cbf7e8f209ab78f13ff Mon Sep 17 00:00:00 2001 From: tcely Date: Tue, 6 May 2025 11:49:18 -0400 Subject: [PATCH] Check `media_format` for `+` --- 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 14c7f06b..46840338 100644 --- a/tubesync/sync/youtube.py +++ b/tubesync/sync/youtube.py @@ -336,7 +336,7 @@ def download_media( ) # assignment is the quickest way to cover both 'get' cases pp_opts.exec_cmd['after_move'] = cmds - else: + elif '+' not in media_format: pp_opts.remuxvideo = extension ytopts = {