diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-24 04:34:59 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-24 04:34:59 +0800 |
commit | 50d9ac9fa684f0190021be23756575f989a70dc7 (patch) | |
tree | e8ad809e09f76ff6ac65a51846c06d0d3f58b432 /yt_dlp/utils.py | |
parent | 21cc56c6e71361ccf17cebb6b131113501815ae6 (diff) | |
parent | 09b49e1f688831c3ad7181decf38c90f8451e6c4 (diff) | |
download | hypervideo-pre-50d9ac9fa684f0190021be23756575f989a70dc7.tar.lz hypervideo-pre-50d9ac9fa684f0190021be23756575f989a70dc7.tar.xz hypervideo-pre-50d9ac9fa684f0190021be23756575f989a70dc7.zip |
updated from upstream | 24/02/2022 at 04:34
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r-- | yt_dlp/utils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index b3f2a0625..90502dbc0 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -3040,6 +3040,9 @@ def qualities(quality_ids): return q +POSTPROCESS_WHEN = {'pre_process', 'after_filter', 'before_dl', 'after_move', 'post_process', 'after_video', 'playlist'} + + DEFAULT_OUTTMPL = { 'default': '%(title)s [%(id)s].%(ext)s', 'chapter': '%(title)s - %(section_number)03d %(section_title)s [%(id)s].%(ext)s', |