aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ThumbnailsConvertor] Allow conditional conversionpukkandan2022-06-051-1/+2
* [extractor] Add dev option `--load-pages`pukkandan2022-06-011-0/+4
* [cleanup] Misc fixes and cleanuppukkandan2022-05-271-2/+2
* `--config-location -` to provide options interactivelypukkandan2022-05-271-2/+2
* [doc, cleanup] Re-indent "Usage and Options" sectionpukkandan2022-05-191-34/+32
* Add option --retry-sleep (#3059)pukkandan2022-05-191-0/+12
* Add option `--alias`pukkandan2022-05-191-23/+112
* `--max-downloads` should obey `--break-per-input`pukkandan2022-05-171-2/+2
* Fix `--date today`pukkandan2022-05-111-3/+2
* Add support for SSL client certificate authentication (#3435)coletdev2022-05-021-0/+13
* [cleanup] Misc fixes (see desc)pukkandan2022-05-011-1/+1
* [XAttrMetadata] Refactor and document dependenciespukkandan2022-05-011-1/+1
* [doc] Minor improvementspukkandan2022-04-291-2/+2
* `--match-filter -` to interactively ask for each videopukkandan2022-04-281-1/+2
* Don't imply `-s` for later stages of `-O`pukkandan2022-04-201-1/+2
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-35/+37
* [cleanup] Sort importspukkandan2022-04-121-17/+12