aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Pre-process when using `--flat-playlist`pukkandan2021-12-071-0/+1
| |
| * Use `parse_duration` for `--wait-for-video`pukkandan2021-12-061-2/+2
| | | | | | | | and some minor fix
* | updated from upstream | 02/12/2021 at 11:02Jesús2021-12-021-1/+3
|\|
| * Fix control characters being printed to `--console-title`pukkandan2021-12-011-0/+2
| | | | | | | | Closes #1859
| * Release 2021.12.01pukkandan2021-12-011-1/+1
| |
* | updated from upstream | 30/11/2021 at 17:19Jesús2021-11-301-39/+109
|\|
| * Fix `--trim-filename` when filename has `.`pukkandan2021-11-301-6/+2
| | | | | | | | Closes #1837
| * [cleanup] Add deprecation warningspukkandan2021-11-291-0/+8
| |
| * [cleanup] Misc cleanuppukkandan2021-11-291-6/+10
| | | | | | | | Closes #1805, closes #1800
| * [build] Save Git HEAD at release alongside version infopukkandan2021-11-291-14/+20
| |
| * Option `--wait-for-video` to wait for scheduled streamspukkandan2021-11-291-5/+54
| |
| * Option `--break-per-input` to apply --break-on... to each input URLpukkandan2021-11-291-1/+7
| |
| * Fix --break-on-archive when pre-checkingpukkandan2021-11-291-2/+3
| |
| * [downloader] Add colors to download progresspukkandan2021-11-291-6/+6
| |
* | updated from upstream | 27/11/2021 at 13:25Jesús2021-11-271-104/+145
|\|
| * Ensure directory exists when checking formatspukkandan2021-11-271-3/+4
| |
| * [FixupM3u8] Fixup MPEG-TS in MP4 containerpukkandan2021-11-271-3/+4
| | | | | | | | Closes #1701, https://github.com/ytdl-org/youtube-dl/issues/26410
| * Clarify video/audio-only formats in -Fpukkandan2021-11-231-12/+14
| | | | | | | | Related: #1759
| * Ensure path for link files exists (#1755)Zirro2021-11-231-0/+2
| | | | | | | | Authored by: Zirro
| * [utils] Fix error when copying `LazyList`pukkandan2021-11-201-2/+2
| |
| * [utils] Fix `PagedList`pukkandan2021-11-201-1/+1
| | | | | | | | Bug in d8cf8d97a8dbc9602556de474af133b5ab0e0a29
| * [utils] Allow alignment in `render_table`pukkandan2021-11-201-18/+17
| | | | | | | | and add tests
| * [tests] Fix testspukkandan2021-11-191-1/+1
| |
| * [cleanup] Minor cleanuppukkandan2021-11-191-4/+3
| | | | | | | | Closes #1696, Closes #1673
| * Fix 'postprocessor_hooks`pukkandan2021-11-151-5/+8
| | | | | | | | Closes #1650
| * Add option `--embed-info-json` to embed info-json in mkvpukkandan2021-11-151-3/+5
| | | | | | | | Closes #1644
| * Fix `--load-info-json` of playlists with failed entriespukkandan2021-11-131-3/+4
| |
| * bugfix for e08a85d86595705126d1304eafd3829e6f3811d0pukkandan2021-11-111-4/+5
| |
| * Fix writing playlist infojson with `--no-clean-infojson`pukkandan2021-11-111-5/+15
| |
| * Allow using a custom format selector through APIpukkandan2021-11-111-3/+10
| | | | | | | | Closes #1619, #1464
| * [cleanup] minor fixespukkandan2021-11-101-5/+5
| |
| * [docs] Minor documentation improvementspukkandan2021-11-101-3/+2
| | | | | | | | Closes #1583, #1599
| * [outtmpl] Add alternate forms for `q` and `j`pukkandan2021-11-101-5/+6
| |
| * [cleanup] Minor improvements to error and debug messagespukkandan2021-11-101-22/+30
| |
| * Fix bug in `--load-infojson` of playlistspukkandan2021-11-081-1/+1
| | | | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/1514#issuecomment-962659529
| * [utils] Add `join_nonempty`pukkandan2021-11-061-4/+5
| |
| * [cleanup] Minor cleanuppukkandan2021-11-041-2/+2
| |
| * [ffmpeg] Detect libavformat version for `aac_adtstoasc`pukkandan2021-11-041-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 cleanuppukkandan2021-10-311-2/+2
| | | | | | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
* | updated from upstream | 31/10/2021 at 11:36Jesús2021-10-311-168/+213
|\|
| * [utils] Create `DownloadCancelled` exceptionpukkandan2021-10-261-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 filespukkandan2021-10-261-45/+31
| | | | | | | | | | and refactor related code Closes #1405
| * Approximate filesize from bitratepukkandan2021-10-241-0/+4
| | | | | | | | Closes #1400
| * Separate `--check-all-formats` from `--check-formats`pukkandan2021-10-241-53/+62
| | | | | | | | Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails
| * [cleanup] Add keyword automatically to SearchIE descriptionspukkandan2021-10-231-1/+1
| | | | | | | | and some minor cleanup of docs
| * [minicurses] Add more colorspukkandan2021-10-231-27/+68
| |
| * [cleanup] miscpukkandan2021-10-231-33/+39
| |
| * [build] Enable lazy-extractors in releasespukkandan2021-10-211-2/+5
| | | | | | | | | | Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS` to forcefully disable lazy extractor loading
* | updated from upstream | 20/10/2021 at 11:45Jesús2021-10-201-8/+5
|\|
| * Don't create console for subprocesses on Windows (#1261)pukkandan2021-10-201-8/+5
| | | | | | Closes #1251