Don't imply -s for later stages of -O
This commit is contained in:
parent
e08585b0f8
commit
62f6f1cbf2
4 changed files with 15 additions and 12 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue