1
0
Fork 0

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

This commit is contained in:
pukkandan 2022-04-20 02:25:33 +05:30
commit 62f6f1cbf2
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
4 changed files with 15 additions and 12 deletions

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 = {