mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[docs] Improvements
This commit is contained in:
parent
695b28afaa
commit
8aa0e7cd96
5 changed files with 145 additions and 63 deletions
|
@ -3243,7 +3243,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', 'post_process', 'after_move', 'after_video', 'playlist')
|
||||
|
||||
|
||||
DEFAULT_OUTTMPL = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue