aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/options.py
AgeCommit message (Collapse)Author
2022-12-30Add pre-processor stage `video`pukkandan
Related: #456, #5808
2022-12-03[cleanup] Miscpukkandan
2022-11-07[cleanup] Lint and misc cleanuppukkandan
2022-10-18[SponsorBlock] Support `chapter` category (#5260)Ajay Ramachandran
Authored by: ajayyy, pukkandan
2022-10-04[cleanup] Misc (#5044)gamer191
Authored by: gamer191, pukkandan
2022-09-22[docs] Misc improvementspukkandan
Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
2022-09-17Allow open ranges for time ranges (#4940)Lesmiscore
Authored by: Lesmiscore
2022-09-07[docs] Improvementspukkandan
* Move detailed installation instructions to https://github.com/yt-dlp/yt-dlp/wiki/Installation * Link to wiki where applicable * Fix some mistakes. Closes #4853, Closes #4855, Closes #4852 * Improve some error messages
2022-09-01[cleanup] Miscpukkandan
Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
2022-09-01[extractor/youtube] Add `no-youtube-prefer-utc-upload-date` compat option ↵coletdjnz
(#4771) This option reverts https://github.com/yt-dlp/yt-dlp/commit/992f9a730b49fd36fc422be8d802f98ebcdce418 and https://github.com/yt-dlp/yt-dlp/commit/17322130a954577bb03b833d5c435638e51e19f2 to prefer the non-UTC upload date in microformats. Authored by: coletdjnz, pukkandan
2022-09-01[cookies] Improve container support (#4806)bashonly
Closes #4800 Authored by: bashonly, pukkandan, coletdjnz
2022-08-30[cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly
Authored by: bashonly
2022-08-30[utils] Add `deprecation_warning`pukkandan
See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515
2022-08-26Bugfix for 822d66e591341f8bf082be371b4beb66d72ba080pukkandan
Closes #4760
2022-08-24Fix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan
2022-08-24Fix `--break-per-url --max-downloads`pukkandan
2022-08-24Add option `--use-extractors`pukkandan
Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791
2022-08-24[utils] Add orderedSet_from_optionspukkandan
2022-08-22Fix bug in `--alias`pukkandan
2022-08-14[docs] Consistent use of `e.g.` (#4643)Lesmiscore
Authored by: Lesmiscore
2022-08-09[build, devscripts] Add devscript to set a build variantpukkandan
Closes #4471
2022-08-04Determine merge container better (See desc) (#1482)Lauren N. Liberda
* Determine the container early. Closes #4069 * Use codecs instead of just file extensions * Obey `--prefer-free-formats` * Allow fallbacks in `--merge-output` Authored by: pukkandan, selfisekai
2022-08-02Standardize retry mechanism (#1649)pukkandan
* [utils] Create `RetryManager` * Migrate all retries to use the manager * [extractor] Add wrapper methods for convenience * Standardize console messages for retries * Add `--retry-sleep` for extractors
2022-08-01[docs] Fix capitalization in references (#4515)christoph-heinrich
Authored by: christoph-heinrich
2022-07-31Validate `--merge-output-format`pukkandan
Closes #4489
2022-07-31[utils, cleanup] Consolidate known media extensionspukkandan
2022-07-09[cleanup] Misc cleanuppukkandan
2022-07-01[options] Fix aliases to `--config-location`pukkandan
2022-06-26[cleanup] Fix some typos (#4194)crazymoose77756
Authored by: crazymoose77756
2022-06-25[options] Fix `parse_known_args` for `--`pukkandan
Closes #4167
2022-06-25[compat] Remove more functionspukkandan
Removing any more will require changes to a large number of extractors
2022-06-18Improve error handling of bad config filespukkandan
Related: #824
2022-06-17Add option `--lazy-playlist` to process entries as they are receivedpukkandan
2022-06-17Add slicing notation to `--playlist-items`pukkandan
* Adds support for negative indices and step * Add `-I` as alias for `--playlist-index` * Deprecates `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse` Closes #2951, Closes #2853
2022-06-13Add `--no-update`pukkandan
Closes #4060
2022-06-07Add option `--download-sections` to download video partiallypukkandan
Closes #52, Closes #3932
2022-06-06[ExtractAudio] Allow conditional conversionpukkandan
Closes #1715
2022-06-06[ExtractAudio, cleanup] Refactorpukkandan
2022-06-05[ThumbnailsConvertor] Allow conditional conversionpukkandan
Closes #3970
2022-06-01[extractor] Add dev option `--load-pages`pukkandan
2022-05-27[cleanup] Misc fixes and cleanuppukkandan
Closes #3780, Closes #3853, Closes #3850
2022-05-27`--config-location -` to provide options interactivelypukkandan
2022-05-19[doc, cleanup] Re-indent "Usage and Options" sectionpukkandan
2022-05-19Add option --retry-sleep (#3059)pukkandan
Closes #2852
2022-05-19Add option `--alias`pukkandan
2022-05-17`--max-downloads` should obey `--break-per-input`pukkandan
2022-05-11Fix `--date today`pukkandan
Closes #3704
2022-05-02Add support for SSL client certificate authentication (#3435)coletdev
Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password` Authored-by: coletdjnz Co-authored-by: df <fieldhouse@gmx.net> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2022-05-01[cleanup] Misc fixes (see desc)pukkandan
* Do not warn when fixup is skipped for existing file * [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors * [utils] write_string: Fix bug in 59f943cd5097e9bdbc3cb3e6b5675e43d369341a * [utils] parse_codecs: Subtitle codec is generally referred to as `scodec`. https://github.com/yt-dlp/yt-dlp/pull/2174#discussion_r790156048 * [docs] Remove note about permissions. Closes #3597
2022-05-01[XAttrMetadata] Refactor and document dependenciespukkandan