Releases: ihabunek/twitch-dl
Releases · ihabunek/twitch-dl
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
twitch-dl 2.3.1
* Fix fetching access token (#155, thanks @KryptonicDragon)
twitch-dl 2.3.0
* Show more playlist data when choosing quality * Improve detection of 'source' quality for Twitch Enhanced Broadcast Streams (#154)
twitch-dl 2.2.4
* Add m dot url support to video and clip regexes (thanks @localnerve)
twitch-dl 2.2.3
* Respect --dry-run option when downloading videos * Add automated tests on github actions
twitch-dl 2.2.2
* Fix more compat issues Python < 3.10 (#152)
twitch-dl 2.2.1
* 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
* **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