aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
Commit message (Expand)AuthorAgeFilesLines
* [options] Rename `--clean-infojson` to `--clean-info-json`pukkandan2022-02-111-2/+2
* [options] Better ambiguous option resolutionpukkandan2022-02-111-1/+14
* [cleanup,docs] Minor fixespukkandan2022-02-031-2/+2
* [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-1/+1
* Add option `--print-to-file`pukkandan2022-01-241-1/+18
* [docs] Improvementspukkandan2022-01-211-3/+3
* Add option --legacy-server-connect (#778)xtkoba2022-01-211-0/+4
* Add option `--concat-playlist`pukkandan2022-01-131-0/+10
* [cleanup, docs] Minor fixespukkandan2022-01-121-1/+2
* Allow `--print` to be run at any post-processing stagepukkandan2022-01-111-3/+3
* [cleanup] Misc cleanuppukkandan2022-01-041-8/+9
* Allow multiple and nested configuration filespukkandan2022-01-041-115/+74
* Add more post-processing stagespukkandan2022-01-031-2/+4
* Allow `--exec` to be run at any post-processing stagepukkandan2022-01-031-12/+17
* Add `--print playlist:` to print fields per playlistpukkandan2022-01-031-7/+15
* Allow escaped `,` in `--extractor-args`pukkandan2021-12-301-1/+2
* [docs] Add examples for using `TYPES:` in `-P`/`-o`pukkandan2021-12-271-1/+1
* [cookies] Support other keyrings (#2032)Matt Broadway2021-12-271-8/+9
* Add option `--file-access-retries` (#2066)Emanuel Hoogeveen2021-12-231-0/+4
* [cleanup] Misc cleanuppukkandan2021-12-231-1/+1
* [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-201-0/+8
* [cleanup] Fix some typos (#2033)Unit 1932021-12-191-2/+2
* [docs] Change all examples to use double quotespukkandan2021-12-191-2/+3
* [SponsorBlock] Add Filler and Highlight categories (#1664)Nil Admirari2021-12-091-8/+17
* Allow `--no-write-thumbnail` to override `--write-all-thumbnail`pukkandan2021-12-061-2/+5
* Ensure same config file is not loaded multiple timespukkandan2021-12-011-0/+3
* [cleanup] Misc cleanuppukkandan2021-11-291-10/+10
* Option `--wait-for-video` to wait for scheduled streamspukkandan2021-11-291-0/+10
* Option `--break-per-input` to apply --break-on... to each input URLpukkandan2021-11-291-0/+8
* Add option `--embed-info-json` to embed info-json in mkvpukkandan2021-11-151-1/+11
* Add compat-option embed-metadatapukkandan2021-11-151-1/+1
* Fix bug in parsing `--add-header`pukkandan2021-11-111-6/+6
* [cleanup] Minor cleanuppukkandan2021-11-041-1/+1
* [ExtractAudio] Rescale --audio-quality correctlypukkandan2021-11-041-1/+1
* [docs,cleanup] Improve docs and minor cleanuppukkandan2021-10-311-6/+6
* Separate `--check-all-formats` from `--check-formats`pukkandan2021-10-241-3/+7
* Re-implement deprecated option `--id`pukkandan2021-10-221-0/+3
* Add option `--no-batch-file` (#1335)Zirro2021-10-191-0/+4
* [ModifyChapters] Allow removing sections by timestamppukkandan2021-10-181-1/+5
* Fix verbose head not showing custom configspukkandan2021-10-121-1/+1
* [cleanup] Misc cleanuppukkandan2021-10-091-16/+1
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-091-1/+19
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-301-2/+2
* [postprocessor] Add plugin supportpukkandan2021-09-301-0/+20
* Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan2021-09-241-3/+7
* Ignore empty entries in `_list_from_options_callback`pukkandan2021-09-241-1/+1
* [options] Fix `--no-config` and refactor reading of config filespukkandan2021-09-181-45/+34
* Add option `--netrc-location`pukkandan2021-09-161-0/+4
* [options] Strip spaces in list-like switchespukkandan2021-09-161-7/+6
* [cookies] Make browser names case insensitivepukkandan2021-09-121-1/+1