Skip to content

Releases: ihabunek/twitch-dl

twitch-dl 2.9.2

12 Sep 10:17
46c0314
Compare
Choose a tag to compare
 * 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

10 Sep 07:34
dd38a96
Compare
Choose a tag to compare
 * Fix compatibility with python 3.8

twitch-dl 2.9.0

10 Sep 07:14
7ba8e56
Compare
Choose a tag to compare
 * 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

08 Sep 10:23
65ea349
Compare
Choose a tag to compare
 * Fix breaking bug in chat renderer

twitch-dl 2.8.1

07 Sep 11:51
65213cb
Compare
Choose a tag to compare
 * Embed additional metadata to videos: `date` (publish date) and `show`
   (game name)

twitch-dl 2.8.0

07 Sep 11:14
4d968fe
Compare
Choose a tag to compare
 * 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

05 Sep 13:10
02ee802
Compare
Choose a tag to compare
 * 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

04 Sep 05:52
2cd618c
Compare
Choose a tag to compare
 * 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

30 Aug 09:50
2c9420c
Compare
Choose a tag to compare
* Add support for HD video qualities (#163)

twitch-dl 2.4.0

30 Aug 09:49
d85aead
Compare
Choose a tag to compare
* 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