aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/options.py
AgeCommit message (Expand)Author
2021-08-01[cleanup] Refactor some codepukkandan
2021-08-01Set `home:` as the default key for `-P`pukkandan
2021-08-01Add compat-option `no-clean-infojson`pukkandan
2021-07-29Add format types `j`, `l`, `q` for outtmplpukkandan
2021-07-22Add option `--cookies-from-browser` to load cookies from a browser (#488)Matt Broadway
2021-07-20[youtube] Extract more thumbnailspukkandan
2021-07-19Add option `--exec-before-download`pukkandan
2021-07-08Improve `extractor_args` parsingpukkandan
2021-06-25Add `--extractor-args` to pass extractor-specific argumentspukkandan
2021-06-23Release 2021.06.232021.06.23pukkandan
2021-06-23Add option `--throttled-rate` below which video data is re-extractedpukkandan
2021-06-21[websockets] Add `WebSocketFragmentFD` (#399)pukkandan
2021-06-20[options] Rename `--add-metadata` to `--embed-metadata`pukkandan
2021-06-20Skip fixup of existing files and add `--fixup force` to force itpukkandan
2021-06-20[cleanup] Refactor fixuppukkandan
2021-06-11[EmbedThumbnail] Fix for already downloaded thumbnailpukkandan
2021-06-08Release 2021.06.082021.06.08pukkandan
2021-05-22[cleanup] Refactor ffmpeg convertorspukkandan
2021-05-22[videoconvertor] Generalize with remuxer and allow conditional recodingpukkandan
2021-05-21[ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)louie-github
2021-05-20[options] Alias `--write-comments`, `--no-write-comments`pukkandan
2021-05-14[compat] Fix py2pukkandan
2021-05-14Add option `--print`pukkandan
2021-05-14[options] Refactor callbackspukkandan
2021-05-11Option `--compat-options` to revert some of yt-dlp's changespukkandan
2021-05-09Remove `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, `-...pukkandan
2021-05-06Add experimental option `--check-formats` to test the URLs before format sele...pukkandan
2021-05-02Do not strip out whitespaces in `-o` and `-P`pukkandan
2021-04-22[documentation] Fix typospukkandan
2021-04-22Improve output template (see desc)pukkandan
2021-04-22Add option `--skip-playlist-after-errors`pukkandan
2021-04-20Improve --sub-langs (see desc)pukkandan
2021-04-17Add option `--ignore-no-formats-error`pukkandan
2021-04-12[documentation] Improvementspukkandan
2021-04-12Add option `--convert-thumbnails`pukkandan
2021-04-11Pass any field to `--exec` using similar syntax to output templatepukkandan
2021-04-10Deprecate more optionspukkandan
2021-04-10Option to choose different downloader for different protocolspukkandan
2021-04-10Improve argument parsing for `-P`, `-o`, `-S`pukkandan
2021-04-03[documentation] Improve `--parse-metadata` documentationpukkandan
2021-04-01Fix some typos and linterpukkandan
2021-03-25Parse metadata from multiple fieldspukkandan
2021-03-20[documentation] Add `SplitChapters` to `--ppa`pukkandan
2021-03-18[documentation] Add deprecated options and aliases in readmepukkandan
2021-03-18Option to keep private keys in the infojsonpukkandan
2021-03-15Release 2021.03.152021.03.15pukkandan
2021-03-15Split video by chapters (#158)pukkandan
2021-03-13Native concurrent downloading of fragments (#166)shirt
2021-03-07Remove "fixup is ignored" warning when fixup wasn't passed by userpukkandan
2021-03-03Reduce default of `--extractor-retries` to 3pukkandan