aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add pre-processor stage `after_filter`pukkandan2022-02-231-4/+4
| | | | | | | | | | | | | | * Move `_match_entry` and `post_extract` to `process_video_result`. It is also left in `process_info` for API compat * `--list-...` options and `--force-write-archive` now obey filtering options * Move `SponsorBlockPP` to `after_filter`. Closes https://github.com/yt-dlp/yt-dlp/issues/2536 * Reverts 4ec82a72bbf7ff0066edb50dcad20aa77ac2fe09 since this commit addresses the issue it was solving
* | updated from upstream | 12/02/2022 at 21:05Jesús2022-02-121-3/+16
|\|
| * [options] Rename `--clean-infojson` to `--clean-info-json`pukkandan2022-02-111-2/+2
| |
| * [options] Better ambiguous option resolutionpukkandan2022-02-111-1/+14
| | | | | | | | | | Eg: `--write-auto` no longer results in > ambiguous option: --write-auto (--write-auto-subs, --write-automatic-subs?)
* | updated from upstream | 05/02/2022 at 10:48Jesús2022-02-051-148/+156
|\|
| * [cleanup,docs] Minor fixespukkandan2022-02-031-2/+2
| | | | | | | | Closes #2541, #2484
| * [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-1/+1
| | | | | | | | Closes #2419
| * Add option `--print-to-file`pukkandan2022-01-241-1/+18
| | | | | | | | Closes #2372
| * [docs] Improvementspukkandan2022-01-211-3/+3
| |
| * Add option --legacy-server-connect (#778)xtkoba2022-01-211-0/+4
| | | | | | | | | | to allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation Authored by: xtkoba
| * Add option `--concat-playlist`pukkandan2022-01-131-0/+10
| | | | | | | | Closes #1855, related: #382
| * [cleanup, docs] Minor fixespukkandan2022-01-121-1/+2
| | | | | | | | Closes #2230
| * Allow `--print` to be run at any post-processing stagepukkandan2022-01-111-3/+3
| |
| * [cleanup] Misc cleanuppukkandan2022-01-041-8/+9
| |
| * Allow multiple and nested configuration filespukkandan2022-01-041-115/+74
| |
| * Add more post-processing stagespukkandan2022-01-031-2/+4
| | | | | | | | | | playlist = After entire playlist after_video = After downloading all formats of a video
| * Allow `--exec` to be run at any post-processing stagepukkandan2022-01-031-12/+17
| | | | | | | | Deprecates `--exec-before-download`
| * Add `--print playlist:` to print fields per playlistpukkandan2022-01-031-7/+15
| |
| * Allow escaped `,` in `--extractor-args`pukkandan2021-12-301-1/+2
| | | | | | | | Closes #2152
* | updated from upstream | 29/12/2021 at 19:12Jesús2021-12-291-10/+15
|\|
| * [docs] Add examples for using `TYPES:` in `-P`/`-o`pukkandan2021-12-271-1/+1
| |
| * [cookies] Support other keyrings (#2032)Matt Broadway2021-12-271-8/+9
| | | | | | Authored by: mbway
| * Add option `--file-access-retries` (#2066)Emanuel Hoogeveen2021-12-231-0/+4
| | | | | | | | Closes #517 Authored by: ehoogeveen-medweb
| * [cleanup] Misc cleanuppukkandan2021-12-231-1/+1
| | | | | | | | Closes #1942 #1976 #2020 #2058 #1984
* | updated from upstream | 20/12/2021 at 11:53Jesús2021-12-201-4/+13
|\|
| * [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-201-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add option `--live-from-start` to enable downloading live videos from start * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments * [fragment] Allow multiple live dash formats to download simultaneously * [youtube] Implement fragment re-fetching for the live dash formats * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs) * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats Closes #1521 Authored by: nao20010128nao, pukkandan
| * [cleanup] Fix some typos (#2033)Unit 1932021-12-191-2/+2
| | | | | | Authored by: unit193
| * [docs] Change all examples to use double quotespukkandan2021-12-191-2/+3
| | | | | | | | to be platform-agnostic
* | updated from upstream | 10/12/2021 at 13:41Jesús2021-12-101-8/+17
|\|
| * [SponsorBlock] Add Filler and Highlight categories (#1664)Nil Admirari2021-12-091-8/+17
| | | | | | Authored by: nihil-admirari, pukkandan
* | updated from upstream | 07/12/2021 at 12:26Jesús2021-12-071-2/+5
|\|
| * Allow `--no-write-thumbnail` to override `--write-all-thumbnail`pukkandan2021-12-061-2/+5
| | | | | | | | Closes #1900
* | updated from upstream | 02/12/2021 at 11:02Jesús2021-12-021-0/+3
|\|
| * Ensure same config file is not loaded multiple timespukkandan2021-12-011-0/+3
| |
* | updated from upstream | 30/11/2021 at 17:19Jesús2021-11-301-10/+28
|\|
| * [cleanup] Misc cleanuppukkandan2021-11-291-10/+10
| | | | | | | | Closes #1805, closes #1800
| * Option `--wait-for-video` to wait for scheduled streamspukkandan2021-11-291-0/+10
| |
| * Option `--break-per-input` to apply --break-on... to each input URLpukkandan2021-11-291-0/+8
| |
* | updated from upstream | 27/11/2021 at 13:25Jesús2021-11-271-16/+26
|\|
| * Add option `--embed-info-json` to embed info-json in mkvpukkandan2021-11-151-1/+11
| | | | | | | | Closes #1644
| * Add compat-option embed-metadatapukkandan2021-11-151-1/+1
| |
| * Fix bug in parsing `--add-header`pukkandan2021-11-111-6/+6
| | | | | | | | Closes #1614
| * [cleanup] Minor cleanuppukkandan2021-11-041-1/+1
| |
| * [ExtractAudio] Rescale --audio-quality correctlypukkandan2021-11-041-1/+1
| | | | | | | | Authored by: CrypticSignal, pukkandan
| * [docs,cleanup] Improve docs and minor cleanuppukkandan2021-10-311-6/+6
| | | | | | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
* | updated from upstream | 31/10/2021 at 11:36Jesús2021-10-311-3/+10
|\|
| * Separate `--check-all-formats` from `--check-formats`pukkandan2021-10-241-3/+7
| | | | | | | | Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails
| * Re-implement deprecated option `--id`pukkandan2021-10-221-0/+3
| | | | | | | | | | Despite `--title`, `--literal` etc being deprecated, `--id` is still documented in youtube-dl and so should be kept
* | updated from upstream | 20/10/2021 at 11:45Jesús2021-10-201-0/+4
|\|
| * Add option `--no-batch-file` (#1335)Zirro2021-10-191-0/+4
| | | | | | Authored by: Zirro