Releases: ihabunek/twitch-dl
Releases · ihabunek/twitch-dl
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
twitch-dl 2.1.4
* Fix error caused by twitch requiring https for the usher api (thanks @deanpcmad)
twitch-dl 2.1.3
* Replace client ID with one that works for now (thanks @mwhite34)
twitch-dl 2.1.2
* Fix error caused by twitch changing the Usher domain (thanks @adsa95)