Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Pre-process when using `--flat-playlist` | pukkandan | 2021-12-07 | 1 | -0/+1 | |
| | | ||||||
| * | Use `parse_duration` for `--wait-for-video` | pukkandan | 2021-12-06 | 1 | -2/+2 | |
| | | | | | | | | and some minor fix | |||||
* | | updated from upstream | 02/12/2021 at 11:02 | Jesús | 2021-12-02 | 1 | -1/+3 | |
|\| | ||||||
| * | Fix control characters being printed to `--console-title` | pukkandan | 2021-12-01 | 1 | -0/+2 | |
| | | | | | | | | Closes #1859 | |||||
| * | Release 2021.12.01 | pukkandan | 2021-12-01 | 1 | -1/+1 | |
| | | ||||||
* | | updated from upstream | 30/11/2021 at 17:19 | Jesús | 2021-11-30 | 1 | -39/+109 | |
|\| | ||||||
| * | Fix `--trim-filename` when filename has `.` | pukkandan | 2021-11-30 | 1 | -6/+2 | |
| | | | | | | | | Closes #1837 | |||||
| * | [cleanup] Add deprecation warnings | pukkandan | 2021-11-29 | 1 | -0/+8 | |
| | | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2021-11-29 | 1 | -6/+10 | |
| | | | | | | | | Closes #1805, closes #1800 | |||||
| * | [build] Save Git HEAD at release alongside version info | pukkandan | 2021-11-29 | 1 | -14/+20 | |
| | | ||||||
| * | Option `--wait-for-video` to wait for scheduled streams | pukkandan | 2021-11-29 | 1 | -5/+54 | |
| | | ||||||
| * | Option `--break-per-input` to apply --break-on... to each input URL | pukkandan | 2021-11-29 | 1 | -1/+7 | |
| | | ||||||
| * | Fix --break-on-archive when pre-checking | pukkandan | 2021-11-29 | 1 | -2/+3 | |
| | | ||||||
| * | [downloader] Add colors to download progress | pukkandan | 2021-11-29 | 1 | -6/+6 | |
| | | ||||||
* | | updated from upstream | 27/11/2021 at 13:25 | Jesús | 2021-11-27 | 1 | -104/+145 | |
|\| | ||||||
| * | Ensure directory exists when checking formats | pukkandan | 2021-11-27 | 1 | -3/+4 | |
| | | ||||||
| * | [FixupM3u8] Fixup MPEG-TS in MP4 container | pukkandan | 2021-11-27 | 1 | -3/+4 | |
| | | | | | | | | Closes #1701, https://github.com/ytdl-org/youtube-dl/issues/26410 | |||||
| * | Clarify video/audio-only formats in -F | pukkandan | 2021-11-23 | 1 | -12/+14 | |
| | | | | | | | | Related: #1759 | |||||
| * | Ensure path for link files exists (#1755) | Zirro | 2021-11-23 | 1 | -0/+2 | |
| | | | | | | | | Authored by: Zirro | |||||
| * | [utils] Fix error when copying `LazyList` | pukkandan | 2021-11-20 | 1 | -2/+2 | |
| | | ||||||
| * | [utils] Fix `PagedList` | pukkandan | 2021-11-20 | 1 | -1/+1 | |
| | | | | | | | | Bug in d8cf8d97a8dbc9602556de474af133b5ab0e0a29 | |||||
| * | [utils] Allow alignment in `render_table` | pukkandan | 2021-11-20 | 1 | -18/+17 | |
| | | | | | | | | and add tests | |||||
| * | [tests] Fix tests | pukkandan | 2021-11-19 | 1 | -1/+1 | |
| | | ||||||
| * | [cleanup] Minor cleanup | pukkandan | 2021-11-19 | 1 | -4/+3 | |
| | | | | | | | | Closes #1696, Closes #1673 | |||||
| * | Fix 'postprocessor_hooks` | pukkandan | 2021-11-15 | 1 | -5/+8 | |
| | | | | | | | | Closes #1650 | |||||
| * | Add option `--embed-info-json` to embed info-json in mkv | pukkandan | 2021-11-15 | 1 | -3/+5 | |
| | | | | | | | | Closes #1644 | |||||
| * | Fix `--load-info-json` of playlists with failed entries | pukkandan | 2021-11-13 | 1 | -3/+4 | |
| | | ||||||
| * | bugfix for e08a85d86595705126d1304eafd3829e6f3811d0 | pukkandan | 2021-11-11 | 1 | -4/+5 | |
| | | ||||||
| * | Fix writing playlist infojson with `--no-clean-infojson` | pukkandan | 2021-11-11 | 1 | -5/+15 | |
| | | ||||||
| * | Allow using a custom format selector through API | pukkandan | 2021-11-11 | 1 | -3/+10 | |
| | | | | | | | | Closes #1619, #1464 | |||||
| * | [cleanup] minor fixes | pukkandan | 2021-11-10 | 1 | -5/+5 | |
| | | ||||||
| * | [docs] Minor documentation improvements | pukkandan | 2021-11-10 | 1 | -3/+2 | |
| | | | | | | | | Closes #1583, #1599 | |||||
| * | [outtmpl] Add alternate forms for `q` and `j` | pukkandan | 2021-11-10 | 1 | -5/+6 | |
| | | ||||||
| * | [cleanup] Minor improvements to error and debug messages | pukkandan | 2021-11-10 | 1 | -22/+30 | |
| | | ||||||
| * | Fix bug in `--load-infojson` of playlists | pukkandan | 2021-11-08 | 1 | -1/+1 | |
| | | | | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/1514#issuecomment-962659529 | |||||
| * | [utils] Add `join_nonempty` | pukkandan | 2021-11-06 | 1 | -4/+5 | |
| | | ||||||
| * | [cleanup] Minor cleanup | pukkandan | 2021-11-04 | 1 | -2/+2 | |
| | | ||||||
| * | [ffmpeg] Detect libavformat version for `aac_adtstoasc` | pukkandan | 2021-11-04 | 1 | -1/+5 | |
| | | | | | | | | | | and print available features in verbose head Based on https://github.com/ytdl-org/youtube-dl/pull/29581 | |||||
| * | [docs,cleanup] Improve docs and minor cleanup | pukkandan | 2021-10-31 | 1 | -2/+2 | |
| | | | | | | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492 | |||||
* | | updated from upstream | 31/10/2021 at 11:36 | Jesús | 2021-10-31 | 1 | -168/+213 | |
|\| | ||||||
| * | [utils] Create `DownloadCancelled` exception | pukkandan | 2021-10-26 | 1 | -9/+4 | |
| | | | | | | | | | | | | as super-class of ExistingVideoReached, RejectedVideoReached, MaxDownloadsReached Third parties can also sub-class this to cancel the download queue from a hook | |||||
| * | [outtmpl] Add type `link` for internet shortcut files | pukkandan | 2021-10-26 | 1 | -45/+31 | |
| | | | | | | | | | | and refactor related code Closes #1405 | |||||
| * | Approximate filesize from bitrate | pukkandan | 2021-10-24 | 1 | -0/+4 | |
| | | | | | | | | Closes #1400 | |||||
| * | Separate `--check-all-formats` from `--check-formats` | pukkandan | 2021-10-24 | 1 | -53/+62 | |
| | | | | | | | | Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails | |||||
| * | [cleanup] Add keyword automatically to SearchIE descriptions | pukkandan | 2021-10-23 | 1 | -1/+1 | |
| | | | | | | | | and some minor cleanup of docs | |||||
| * | [minicurses] Add more colors | pukkandan | 2021-10-23 | 1 | -27/+68 | |
| | | ||||||
| * | [cleanup] misc | pukkandan | 2021-10-23 | 1 | -33/+39 | |
| | | ||||||
| * | [build] Enable lazy-extractors in releases | pukkandan | 2021-10-21 | 1 | -2/+5 | |
| | | | | | | | | | | Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable lazy extractor loading | |||||
* | | updated from upstream | 20/10/2021 at 11:45 | Jesús | 2021-10-20 | 1 | -8/+5 | |
|\| | ||||||
| * | Don't create console for subprocesses on Windows (#1261) | pukkandan | 2021-10-20 | 1 | -8/+5 | |
| | | | | | | Closes #1251 |