Releases: ihabunek/twitch-dl
Releases · ihabunek/twitch-dl
twitch-dl 2.9.2
* Use video owner instead of creator when naming files, since creator can be the person who uploaded the video, not the author. * Fix issue with cropping where blank frames were generated at the start of video (#166) * Add ffmpeg info to `twitch-dl env`
twitch-dl 2.9.1
* Fix compatibility with python 3.8
twitch-dl 2.9.0
* Download VODs to cache dir instead of temp dir (#105, #115, #164) * Add `download --cache-dir` to allow user to override the default cache dir * Add `cache` command for viewing cache usage and clearing cache * Chat rendering improvements: align fonts to a common baseline, scale badges and emotes
twitch-dl 2.8.2
* Fix breaking bug in chat renderer
twitch-dl 2.8.1
* Embed additional metadata to videos: `date` (publish date) and `show` (game name)
twitch-dl 2.8.0
* When downloading a video with `--start` and/or `--end` offsets, crop the video to the exact times given, used to be rounded to the nearest VOD boundary (usually 10s)
twitch-dl 2.7.0
* Add new options when prompting if a file should be overwritten: overwrite, overwrite all, skip, skip all, abort (thanks @NuVanDibe) * Embed chapter metadata in video, allows skipping to chapter if video player supports it * Increase default worker count to 10, seems to improve speeds * Fix a bug where some clip slugs would not be recognized * Add `--skip-existing` option to `download` command * Add `--json` option to `chat` command * Improvements to chat renderer
twitch-dl 2.6.0
* Add `chat` command for rendering twitch chat as a video which can then be embedded into a downloaded stream using ffmpeg.
twitch-dl 2.5.0
* Add support for HD video qualities (#163)
twitch-dl 2.4.0
* Add `clips --target-dir` option. Use in conjunction with `--download` to specify target directory. * Fix a crash when downloading clips (#160) * Handle video URLs which contain the channel name (#162) * Don't stop downloading clips if one download fails