mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +00:00
Check media_format
for +
This commit is contained in:
parent
024ced3696
commit
27ceecadc8
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user