1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 19:36:18 -04:00

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

This commit is contained in:
pukkandan
2022-04-20 02:25:33 +05:30
parent e08585b0f8
commit 62f6f1cbf2
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 = {