]> jfr.im git - yt-dlp.git/commit - README.md
Change defaults
authorpukkandan <redacted>
Mon, 4 Jan 2021 16:40:47 +0000 (22:10 +0530)
committerpukkandan <redacted>
Mon, 4 Jan 2021 21:06:09 +0000 (02:36 +0530)
commit91ebc64068d2957400dbfaadff23e995392b3963
treeebaf13430c45fdef23815fed611d393ae1679c8c
parent50865ca803a130308c064c2de5c7140754382993
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
README.md
youtube_dlc/YoutubeDL.py
youtube_dlc/extractor/common.py
youtube_dlc/options.py
youtube_dlc/utils.py