twitch-dl/CHANGELOG.md

66 lines
1.4 KiB
Markdown
Raw Normal View History

2019-06-06 09:10:21 +00:00
Twitch Downloader change log
============================
1.8.0 (2020-05-17)
------------------
* Fix videos command (#18)
* **Breaking**: `videos` command no longer takes the `--offset` parameter due to
API changes
2020-04-25 18:05:48 +00:00
1.7.0 (2020-04-25)
------------------
* Support for specifying broadcast type when listing videos (#13)
2020-04-11 18:57:43 +00:00
1.6.0 (2020-04-11)
------------------
* Support for downloading clips (#15)
2020-04-11 12:07:14 +00:00
1.5.1 (2020-04-11)
------------------
* Fix VOD naming issue (#12)
* Nice console output while downloading
2020-04-10 14:33:12 +00:00
1.5.0 (2020-04-10)
------------------
* Fix video downloads after Twitch deprecated access token access
* Don't print errors when retrying download, only if all fails
2019-08-23 11:08:57 +00:00
1.4.0 (2019-08-23)
------------------
* Fix usage of deprecated v3 API
* Use m3u8 lib for parsing playlists
* Add `--keep` option not preserve downloaded VODs
2019-08-13 10:40:00 +00:00
1.3.1 (2019-08-13)
------------------
* No changes, bumped to fix issue with pypi
2019-08-13 10:31:44 +00:00
1.3.0 (2019-08-13)
------------------
* Add `--sort` and `--offset` options to `videos` command, allows paging (#7)
* Show video URL in `videos` command output
2019-07-05 11:15:59 +00:00
1.2.0 (2019-07-05)
------------------
* Add `--format` option to `download` command for specifying the output format (#6)
* Add `--version` option for printing program version
2019-06-06 09:10:21 +00:00
1.1.0 (2019-06-06)
------------------
* Allow limiting download by start and end time
1.0.0 (2019-04-30)
------------------
* Initial release