aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
Commit message (Expand)AuthorAgeFilesLines
* Fix `--no-prefer-free-formats` (#787)CeruleanSky2021-08-251-1/+1
* [youtube] Remove annotations and deprecate `--write-annotations` (#765)coletdjnz2021-08-241-2/+2
* [downloader/ffmpeg] Allow passing custom arguments before -ipukkandan2021-08-241-1/+2
* [extractor] Better error message for DRM (#729)pukkandan2021-08-231-4/+2
* Let `--match-filter` reject entries earlypukkandan2021-08-171-4/+4
* [options] Add `_set_from_options_callback`pukkandan2021-08-151-4/+39
* Misc fixes - See descpukkandan2021-08-101-8/+5
* Add option `--replace-in-metadata`pukkandan2021-08-101-1/+5
* [docs] Fix some mistakes and improve docpukkandan2021-08-071-10/+4
* Allow multiple `--exec` and `--exec-before-download`pukkandan2021-08-071-6/+20
* Add option `--no-simulate` to not simulate even when `--print` or `--list...`...pukkandan2021-08-071-13/+17
* [youtube] extractor-arg to show live dash formatspukkandan2021-08-071-1/+1
* Add regex to `--match-filter`pukkandan2021-08-051-7/+8
* Add all format filtering operators also to `--match-filter`Max Teegen2021-08-051-16/+10
* [cleanup] Refactor some codepukkandan2021-08-011-11/+6
* Set `home:` as the default key for `-P`pukkandan2021-08-011-4/+6
* Add compat-option `no-clean-infojson`pukkandan2021-08-011-1/+1
* Add format types `j`, `l`, `q` for outtmplpukkandan2021-07-291-2/+2
* Add option `--cookies-from-browser` to load cookies from a browser (#488)Matt Broadway2021-07-221-2/+20
* [youtube] Extract more thumbnailspukkandan2021-07-201-2/+6
* Add option `--exec-before-download`pukkandan2021-07-191-0/+4
* Improve `extractor_args` parsingpukkandan2021-07-081-3/+8
* Add `--extractor-args` to pass extractor-specific argumentspukkandan2021-06-251-5/+18
* Release 2021.06.23pukkandan2021-06-231-1/+1
* Add option `--throttled-rate` below which video data is re-extractedpukkandan2021-06-231-0/+4
* [websockets] Add `WebSocketFragmentFD` (#399)pukkandan2021-06-211-1/+1
* [options] Rename `--add-metadata` to `--embed-metadata`pukkandan2021-06-201-4/+4
* Skip fixup of existing files and add `--fixup force` to force itpukkandan2021-06-201-2/+3
* [cleanup] Refactor fixuppukkandan2021-06-201-0/+1
* [EmbedThumbnail] Fix for already downloaded thumbnailpukkandan2021-06-111-1/+1
* Release 2021.06.08pukkandan2021-06-081-1/+1
* [cleanup] Refactor ffmpeg convertorspukkandan2021-05-221-9/+20
* [videoconvertor] Generalize with remuxer and allow conditional recodingpukkandan2021-05-221-1/+2
* [ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)louie-github2021-05-211-1/+1
* [options] Alias `--write-comments`, `--no-write-comments`pukkandan2021-05-201-3/+7
* [compat] Fix py2pukkandan2021-05-141-1/+1
* Add option `--print`pukkandan2021-05-141-8/+15
* [options] Refactor callbackspukkandan2021-05-141-14/+16
* Option `--compat-options` to revert some of yt-dlp's changespukkandan2021-05-111-6/+14
* Remove `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, `-...pukkandan2021-05-091-3/+3
* Add experimental option `--check-formats` to test the URLs before format sele...pukkandan2021-05-061-0/+4
* Do not strip out whitespaces in `-o` and `-P`pukkandan2021-05-021-7/+12
* [documentation] Fix typospukkandan2021-04-221-4/+4
* Improve output template (see desc)pukkandan2021-04-221-1/+1
* Add option `--skip-playlist-after-errors`pukkandan2021-04-221-0/+4
* Improve --sub-langs (see desc)pukkandan2021-04-201-2/+5
* Add option `--ignore-no-formats-error`pukkandan2021-04-171-0/+10
* [documentation] Improvementspukkandan2021-04-121-10/+7
* Add option `--convert-thumbnails`pukkandan2021-04-121-4/+9
* Pass any field to `--exec` using similar syntax to output templatepukkandan2021-04-111-1/+5