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