1
0
Fork 0

Change defaults

* Enabled --ignore by default
* Disabled --video-multistreams and --audio-multistreams by default
* Changed default format selection to 'bv*+ba/b' when --audio-multistreams is disabled
* Changed default format sort order to 'res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id'
* Changed default output template to '%(title)s [%(id)s].%(ext)s'
* Enabled `--list-formats-as-table` by default
This commit is contained in:
pukkandan 2021-01-04 22:10:47 +05:30
commit 91ebc64068
5 changed files with 44 additions and 46 deletions

View file

@ -4128,7 +4128,7 @@ def qualities(quality_ids):
return q
DEFAULT_OUTTMPL = '%(title)s-%(id)s.%(ext)s'
DEFAULT_OUTTMPL = '%(title)s [%(id)s].%(ext)s'
def limit_length(s, length):