Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add pre-processor stage `after_filter` | pukkandan | 2022-02-23 | 1 | -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:05 | Jesús | 2022-02-12 | 1 | -3/+16 | |
|\| | ||||||
| * | [options] Rename `--clean-infojson` to `--clean-info-json` | pukkandan | 2022-02-11 | 1 | -2/+2 | |
| | | ||||||
| * | [options] Better ambiguous option resolution | pukkandan | 2022-02-11 | 1 | -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:48 | Jesús | 2022-02-05 | 1 | -148/+156 | |
|\| | ||||||
| * | [cleanup,docs] Minor fixes | pukkandan | 2022-02-03 | 1 | -2/+2 | |
| | | | | | | | | Closes #2541, #2484 | |||||
| * | [docs,cleanup] Fix linter and misc cleanup | pukkandan | 2022-01-24 | 1 | -1/+1 | |
| | | | | | | | | Closes #2419 | |||||
| * | Add option `--print-to-file` | pukkandan | 2022-01-24 | 1 | -1/+18 | |
| | | | | | | | | Closes #2372 | |||||
| * | [docs] Improvements | pukkandan | 2022-01-21 | 1 | -3/+3 | |
| | | ||||||
| * | Add option --legacy-server-connect (#778) | xtkoba | 2022-01-21 | 1 | -0/+4 | |
| | | | | | | | | | | to allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation Authored by: xtkoba | |||||
| * | Add option `--concat-playlist` | pukkandan | 2022-01-13 | 1 | -0/+10 | |
| | | | | | | | | Closes #1855, related: #382 | |||||
| * | [cleanup, docs] Minor fixes | pukkandan | 2022-01-12 | 1 | -1/+2 | |
| | | | | | | | | Closes #2230 | |||||
| * | Allow `--print` to be run at any post-processing stage | pukkandan | 2022-01-11 | 1 | -3/+3 | |
| | | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2022-01-04 | 1 | -8/+9 | |
| | | ||||||
| * | Allow multiple and nested configuration files | pukkandan | 2022-01-04 | 1 | -115/+74 | |
| | | ||||||
| * | Add more post-processing stages | pukkandan | 2022-01-03 | 1 | -2/+4 | |
| | | | | | | | | | | playlist = After entire playlist after_video = After downloading all formats of a video | |||||
| * | Allow `--exec` to be run at any post-processing stage | pukkandan | 2022-01-03 | 1 | -12/+17 | |
| | | | | | | | | Deprecates `--exec-before-download` | |||||
| * | Add `--print playlist:` to print fields per playlist | pukkandan | 2022-01-03 | 1 | -7/+15 | |
| | | ||||||
| * | Allow escaped `,` in `--extractor-args` | pukkandan | 2021-12-30 | 1 | -1/+2 | |
| | | | | | | | | Closes #2152 | |||||
* | | updated from upstream | 29/12/2021 at 19:12 | Jesús | 2021-12-29 | 1 | -10/+15 | |
|\| | ||||||
| * | [docs] Add examples for using `TYPES:` in `-P`/`-o` | pukkandan | 2021-12-27 | 1 | -1/+1 | |
| | | ||||||
| * | [cookies] Support other keyrings (#2032) | Matt Broadway | 2021-12-27 | 1 | -8/+9 | |
| | | | | | | Authored by: mbway | |||||
| * | Add option `--file-access-retries` (#2066) | Emanuel Hoogeveen | 2021-12-23 | 1 | -0/+4 | |
| | | | | | | | | Closes #517 Authored by: ehoogeveen-medweb | |||||
| * | [cleanup] Misc cleanup | pukkandan | 2021-12-23 | 1 | -1/+1 | |
| | | | | | | | | Closes #1942 #1976 #2020 #2058 #1984 | |||||
* | | updated from upstream | 20/12/2021 at 11:53 | Jesús | 2021-12-20 | 1 | -4/+13 | |
|\| | ||||||
| * | [dash,youtube] Download live from start to end (#888) | The Hatsune Daishi | 2021-12-20 | 1 | -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 193 | 2021-12-19 | 1 | -2/+2 | |
| | | | | | | Authored by: unit193 | |||||
| * | [docs] Change all examples to use double quotes | pukkandan | 2021-12-19 | 1 | -2/+3 | |
| | | | | | | | | to be platform-agnostic | |||||
* | | updated from upstream | 10/12/2021 at 13:41 | Jesús | 2021-12-10 | 1 | -8/+17 | |
|\| | ||||||
| * | [SponsorBlock] Add Filler and Highlight categories (#1664) | Nil Admirari | 2021-12-09 | 1 | -8/+17 | |
| | | | | | | Authored by: nihil-admirari, pukkandan | |||||
* | | updated from upstream | 07/12/2021 at 12:26 | Jesús | 2021-12-07 | 1 | -2/+5 | |
|\| | ||||||
| * | Allow `--no-write-thumbnail` to override `--write-all-thumbnail` | pukkandan | 2021-12-06 | 1 | -2/+5 | |
| | | | | | | | | Closes #1900 | |||||
* | | updated from upstream | 02/12/2021 at 11:02 | Jesús | 2021-12-02 | 1 | -0/+3 | |
|\| | ||||||
| * | Ensure same config file is not loaded multiple times | pukkandan | 2021-12-01 | 1 | -0/+3 | |
| | | ||||||
* | | updated from upstream | 30/11/2021 at 17:19 | Jesús | 2021-11-30 | 1 | -10/+28 | |
|\| | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2021-11-29 | 1 | -10/+10 | |
| | | | | | | | | Closes #1805, closes #1800 | |||||
| * | Option `--wait-for-video` to wait for scheduled streams | pukkandan | 2021-11-29 | 1 | -0/+10 | |
| | | ||||||
| * | Option `--break-per-input` to apply --break-on... to each input URL | pukkandan | 2021-11-29 | 1 | -0/+8 | |
| | | ||||||
* | | updated from upstream | 27/11/2021 at 13:25 | Jesús | 2021-11-27 | 1 | -16/+26 | |
|\| | ||||||
| * | Add option `--embed-info-json` to embed info-json in mkv | pukkandan | 2021-11-15 | 1 | -1/+11 | |
| | | | | | | | | Closes #1644 | |||||
| * | Add compat-option embed-metadata | pukkandan | 2021-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | Fix bug in parsing `--add-header` | pukkandan | 2021-11-11 | 1 | -6/+6 | |
| | | | | | | | | Closes #1614 | |||||
| * | [cleanup] Minor cleanup | pukkandan | 2021-11-04 | 1 | -1/+1 | |
| | | ||||||
| * | [ExtractAudio] Rescale --audio-quality correctly | pukkandan | 2021-11-04 | 1 | -1/+1 | |
| | | | | | | | | Authored by: CrypticSignal, pukkandan | |||||
| * | [docs,cleanup] Improve docs and minor cleanup | pukkandan | 2021-10-31 | 1 | -6/+6 | |
| | | | | | | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492 | |||||
* | | updated from upstream | 31/10/2021 at 11:36 | Jesús | 2021-10-31 | 1 | -3/+10 | |
|\| | ||||||
| * | Separate `--check-all-formats` from `--check-formats` | pukkandan | 2021-10-24 | 1 | -3/+7 | |
| | | | | | | | | Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails | |||||
| * | Re-implement deprecated option `--id` | pukkandan | 2021-10-22 | 1 | -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:45 | Jesús | 2021-10-20 | 1 | -0/+4 | |
|\| | ||||||
| * | Add option `--no-batch-file` (#1335) | Zirro | 2021-10-19 | 1 | -0/+4 | |
| | | | | | | Authored by: Zirro |