2019-06-06 09:10:21 +00:00
|
|
|
Twitch Downloader change log
|
|
|
|
============================
|
|
|
|
|
2020-09-29 09:26:50 +00:00
|
|
|
1.12.0 (2020-09-29)
|
2020-09-29 06:26:40 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Added `source` as alias for best available quality (#33)
|
2020-09-29 07:24:29 +00:00
|
|
|
* Added `--no-join` option to `download` to skip ffmpeg join (#36)
|
2020-09-29 08:57:09 +00:00
|
|
|
* Added `--overwrite` option to `download` to overwrite target without prompting
|
|
|
|
for confirmation (#37)
|
2020-09-29 09:07:20 +00:00
|
|
|
* Added `--pager` option to `videos`, don't page by default (#30)
|
2020-09-29 06:26:40 +00:00
|
|
|
|
2020-09-03 10:56:57 +00:00
|
|
|
1.11.0 (2020-09-03)
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Make downloading more robust, fixes issues with some VODs (#35)
|
|
|
|
* Bundle twitch-dl to a standalone archive, simplifying installation, see
|
|
|
|
installation instructions in README
|
|
|
|
|
2020-08-11 16:10:09 +00:00
|
|
|
1.10.2 (2020-08-11)
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Fix version number displayed by `twitch-dl --version` (#29)
|
|
|
|
|
2020-08-09 10:04:48 +00:00
|
|
|
1.10.1 (2020-08-09)
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Fix videos incorrectly identified as clips (#28)
|
|
|
|
* Make download command work with video URLs lacking "www" before "twitch.tv"
|
|
|
|
* Print an error when video or clip is not found instead of an exception trace
|
|
|
|
|
2020-08-07 14:37:37 +00:00
|
|
|
1.10.0 (2020-08-07)
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Add `--quality` option to `download` command, allows specifying the video
|
|
|
|
quality to download. In this case, twitch-dl will require no user input. (#22)
|
|
|
|
* Fix download of clips which contain numbers in their slug (#24)
|
|
|
|
* Fix URL to video displayed by `videos` command (it was missing /videos/)
|
|
|
|
|
2020-06-10 10:07:59 +00:00
|
|
|
1.9.0 (2020-06-10)
|
2020-05-30 07:48:31 +00:00
|
|
|
------------------
|
|
|
|
|
|
|
|
* **Breaking**: wrongly named `--max_workers` option changed to `--max-workers`.
|
|
|
|
The shorthand option `-w` remains the same.
|
2020-06-10 10:07:59 +00:00
|
|
|
* Fix bug where `videos` command would crash if there was no game info (#21)
|
|
|
|
* Allow unicode characters in filenames, no longer strips e.g. cyrillic script
|
2020-05-30 07:48:31 +00:00
|
|
|
|
2020-05-17 09:56:21 +00:00
|
|
|
1.8.0 (2020-05-17)
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* Fix videos command (#18)
|
|
|
|
* **Breaking**: `videos` command no longer takes the `--offset` parameter due to
|
|
|
|
API changes
|
2020-05-17 11:35:51 +00:00
|
|
|
* Add paging to `videos` command to replace offset
|
2020-05-17 12:35:33 +00:00
|
|
|
* Add `--game` option to `videos` command to filter by game
|
2020-05-17 09:56:21 +00:00
|
|
|
|
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
|