Skip to content

Releases: ihabunek/twitch-dl

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

twitch-dl 2.3.1

19 May 07:15
3fe1faa
Compare
Choose a tag to compare
 * Fix fetching access token (#155, thanks @KryptonicDragon)

twitch-dl 2.3.0

27 Apr 18:25
cf580fd
Compare
Choose a tag to compare
 * Show more playlist data when choosing quality
 * Improve detection of 'source' quality for Twitch Enhanced Broadcast
   Streams (#154)

twitch-dl 2.2.4

25 Apr 05:35
125bc69
Compare
Choose a tag to compare
 * Add m dot url support to video and clip regexes (thanks @localnerve)

twitch-dl 2.2.3

24 Apr 12:56
0f17d92
Compare
Choose a tag to compare
 * Respect --dry-run option when downloading videos
 * Add automated tests on github actions

twitch-dl 2.2.2

23 Apr 16:15
ad0f0d2
Compare
Choose a tag to compare
 * Fix more compat issues Python < 3.10 (#152)

twitch-dl 2.2.1

23 Apr 15:27
ca38b92
Compare
Choose a tag to compare
 * Fix compat with < Python 3.10 (#152)
 * Fix division by zero in progress calculation when video duration is
   reported as 0

twitch-dl 2.2.0

10 Apr 06:33
bce573e
Compare
Choose a tag to compare
 * **Requires Python 3.8+**
 * Migrated to Click library for generating the commandline interface
 * Add shell auto completion, see 'Shell completion' in docs.
 * Add setting defaults via environment variables, see 'Environment
   variables' in docs
 * Add `download --concat` option to avoid using ffmeg for joinig vods
   and concat them instead. This will produce a `.ts` file by default.
 * Add `download --dry-run` option to skip actual download (thanks
   @metacoma)
 * Add video description to metadata (#129)
 * Add `clips --compact` option for listing clips in one-per-line mode