aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
Commit message (Expand)AuthorAgeFilesLines
* Add option `--break-match-filters`pukkandan2023-03-041-4/+12
* [cleanup] Miscpukkandan2023-03-031-1/+1
* [update] Add option `--update-to`, including to nightly (#6220)Simon Sawicki2023-03-031-3/+10
* [cleanup] Miscpukkandan2023-02-171-1/+1
* Fix config locations (#5933)Simon Sawicki2023-01-071-40/+19
* [cleanup] Miscpukkandan2023-01-021-4/+4
* [docs] Improvementspukkandan2023-01-021-3/+4
* Add `--enable-file-urls` (#5917)Matthew2023-01-021-0/+5
* [downloader/aria2c] Native progress for aria2c via RPC (#3724)Lesmiscore2023-01-021-3/+3
* Add `--compat-options 2021,2022`pukkandan2023-01-011-0/+2
* Improve plugin architecture (#5553)Matthew2023-01-011-42/+49
* Let `--parse/replace-in-metadata` run at any post-processing stagepukkandan2022-12-301-5/+7
* Add pre-processor stage `video`pukkandan2022-12-301-28/+25
* [cleanup] Miscpukkandan2022-12-031-4/+4
* [cleanup] Lint and misc cleanuppukkandan2022-11-071-4/+5
* [SponsorBlock] Support `chapter` category (#5260)Ajay Ramachandran2022-10-181-2/+2
* [cleanup] Misc (#5044)gamer1912022-10-041-1/+3
* [docs] Misc improvementspukkandan2022-09-221-2/+2
* Allow open ranges for time ranges (#4940)Lesmiscore2022-09-171-1/+1
* [docs] Improvementspukkandan2022-09-071-1/+1
* [cleanup] Miscpukkandan2022-09-011-4/+4
* [extractor/youtube] Add `no-youtube-prefer-utc-upload-date` compat option (#4...coletdjnz2022-09-011-0/+1
* [cookies] Improve container support (#4806)bashonly2022-09-011-6/+7
* [cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly2022-08-301-4/+4
* [utils] Add `deprecation_warning`pukkandan2022-08-301-3/+3
* Bugfix for 822d66e591341f8bf082be371b4beb66d72ba080pukkandan2022-08-261-3/+3
* Fix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan2022-08-241-1/+1
* Fix `--break-per-url --max-downloads`pukkandan2022-08-241-1/+1
* Add option `--use-extractors`pukkandan2022-08-241-1/+11
* [utils] Add orderedSet_from_optionspukkandan2022-08-241-24/+11
* Fix bug in `--alias`pukkandan2022-08-221-2/+3
* [docs] Consistent use of `e.g.` (#4643)Lesmiscore2022-08-141-27/+27
* [build, devscripts] Add devscript to set a build variantpukkandan2022-08-091-3/+6
* Determine merge container better (See desc) (#1482)Lauren N. Liberda2022-08-041-1/+2
* Standardize retry mechanism (#1649)pukkandan2022-08-021-3/+3
* [docs] Fix capitalization in references (#4515)christoph-heinrich2022-08-011-1/+1
* Validate `--merge-output-format`pukkandan2022-07-311-3/+3
* [utils, cleanup] Consolidate known media extensionspukkandan2022-07-311-4/+4
* [cleanup] Misc cleanuppukkandan2022-07-091-2/+2
* [options] Fix aliases to `--config-location`pukkandan2022-07-011-0/+5
* [cleanup] Fix some typos (#4194)crazymoose777562022-06-261-3/+3
* [options] Fix `parse_known_args` for `--`pukkandan2022-06-251-1/+12
* [compat] Remove more functionspukkandan2022-06-251-4/+5
* Improve error handling of bad config filespukkandan2022-06-181-6/+10
* Add option `--lazy-playlist` to process entries as they are receivedpukkandan2022-06-171-2/+10
* Add slicing notation to `--playlist-items`pukkandan2022-06-171-6/+10
* Add `--no-update`pukkandan2022-06-131-0/+4
* Add option `--download-sections` to download video partiallypukkandan2022-06-071-6/+11
* [ExtractAudio] Allow conditional conversionpukkandan2022-06-061-1/+2
* [ExtractAudio, cleanup] Refactorpukkandan2022-06-061-7/+9