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
parent 50865ca803
commit 91ebc64068
5 changed files with 43 additions and 45 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):