Don't imply -s for later stages of -O

This commit is contained in:
pukkandan
2022-04-20 21:01:34 +05:30
parent e08585b0f8
commit 62f6f1cbf2
4 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -3013,7 +3013,7 @@ def qualities(quality_ids):
return q
POSTPROCESS_WHEN = {'pre_process', 'after_filter', 'before_dl', 'after_move', 'post_process', 'after_video', 'playlist'}
POSTPROCESS_WHEN = ('pre_process', 'after_filter', 'before_dl', 'after_move', 'post_process', 'after_video', 'playlist')
DEFAULT_OUTTMPL = {