index
:
slackcoder/yt-dlp
master
A feature-rich command-line audio/video downloader
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yt_dlp
/
options.py
Age
Commit message (
Expand
)
Author
2021-08-01
[cleanup] Refactor some code
pukkandan
2021-08-01
Set `home:` as the default key for `-P`
pukkandan
2021-08-01
Add compat-option `no-clean-infojson`
pukkandan
2021-07-29
Add format types `j`, `l`, `q` for outtmpl
pukkandan
2021-07-22
Add option `--cookies-from-browser` to load cookies from a browser (#488)
Matt Broadway
2021-07-20
[youtube] Extract more thumbnails
pukkandan
2021-07-19
Add option `--exec-before-download`
pukkandan
2021-07-08
Improve `extractor_args` parsing
pukkandan
2021-06-25
Add `--extractor-args` to pass extractor-specific arguments
pukkandan
2021-06-23
Release 2021.06.23
2021.06.23
pukkandan
2021-06-23
Add option `--throttled-rate` below which video data is re-extracted
pukkandan
2021-06-21
[websockets] Add `WebSocketFragmentFD` (#399)
pukkandan
2021-06-20
[options] Rename `--add-metadata` to `--embed-metadata`
pukkandan
2021-06-20
Skip fixup of existing files and add `--fixup force` to force it
pukkandan
2021-06-20
[cleanup] Refactor fixup
pukkandan
2021-06-11
[EmbedThumbnail] Fix for already downloaded thumbnail
pukkandan
2021-06-08
Release 2021.06.08
2021.06.08
pukkandan
2021-05-22
[cleanup] Refactor ffmpeg convertors
pukkandan
2021-05-22
[videoconvertor] Generalize with remuxer and allow conditional recoding
pukkandan
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 py2
pukkandan
2021-05-14
Add option `--print`
pukkandan
2021-05-14
[options] Refactor callbacks
pukkandan
2021-05-11
Option `--compat-options` to revert some of yt-dlp's changes
pukkandan
2021-05-09
Remove `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, `-...
pukkandan
2021-05-06
Add experimental option `--check-formats` to test the URLs before format sele...
pukkandan
2021-05-02
Do not strip out whitespaces in `-o` and `-P`
pukkandan
2021-04-22
[documentation] Fix typos
pukkandan
2021-04-22
Improve output template (see desc)
pukkandan
2021-04-22
Add option `--skip-playlist-after-errors`
pukkandan
2021-04-20
Improve --sub-langs (see desc)
pukkandan
2021-04-17
Add option `--ignore-no-formats-error`
pukkandan
2021-04-12
[documentation] Improvements
pukkandan
2021-04-12
Add option `--convert-thumbnails`
pukkandan
2021-04-11
Pass any field to `--exec` using similar syntax to output template
pukkandan
2021-04-10
Deprecate more options
pukkandan
2021-04-10
Option to choose different downloader for different protocols
pukkandan
2021-04-10
Improve argument parsing for `-P`, `-o`, `-S`
pukkandan
2021-04-03
[documentation] Improve `--parse-metadata` documentation
pukkandan
2021-04-01
Fix some typos and linter
pukkandan
2021-03-25
Parse metadata from multiple fields
pukkandan
2021-03-20
[documentation] Add `SplitChapters` to `--ppa`
pukkandan
2021-03-18
[documentation] Add deprecated options and aliases in readme
pukkandan
2021-03-18
Option to keep private keys in the infojson
pukkandan
2021-03-15
Release 2021.03.15
2021.03.15
pukkandan
2021-03-15
Split video by chapters (#158)
pukkandan
2021-03-13
Native concurrent downloading of fragments (#166)
shirt
2021-03-07
Remove "fixup is ignored" warning when fixup wasn't passed by user
pukkandan
2021-03-03
Reduce default of `--extractor-retries` to 3
pukkandan
[next]