1
0
Fork 0

Add more post-processing stages

playlist = After entire playlist
after_video = After downloading all formats of a video
This commit is contained in:
pukkandan 2022-01-02 16:23:20 +05:30
commit ebed8b3732
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
5 changed files with 23 additions and 9 deletions

View file

@ -3036,7 +3036,7 @@ def qualities(quality_ids):
return q
POSTPROCESS_WHEN = {'pre_process', 'before_dl', 'after_move', 'post_process'}
POSTPROCESS_WHEN = {'pre_process', 'before_dl', 'after_move', 'post_process', 'after_video', 'playlist'}
DEFAULT_OUTTMPL = {