Skip to content

Releases: ihabunek/twitch-dl

twitch-dl 2.10.0

09 Jan 10:36
363a32d
Compare
Choose a tag to compare
 * Add chat --image-format option to specify intermediate frame format
 * Add chat --keep option to keep the generated frames
 * Add chat --no-join option to skip video generation

twitch-dl 2.9.4

06 Jan 14:58
f5dc316
Compare
Choose a tag to compare
 * Fix bug with cache directory creation (#171)

twitch-dl 2.9.3

04 Jan 09:56
040cdf1
Compare
Choose a tag to compare
 * IMPORTANT: Fix issue where the folder passed to `--cache-dir` when
   downloading videos would be deleted (#168)
 * Fix encoding issue on windows where unicode characters in filename
   could break video download (#170)

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