mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Update changelog
This commit is contained in:
parent
51a35ab494
commit
5c380084ba
@ -3,6 +3,15 @@ twitch-dl changelog
|
|||||||
|
|
||||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||||
|
|
||||||
|
### [2.0.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.0)
|
||||||
|
|
||||||
|
* Switch from `requests` to `httpx` for making http requests, this enables using
|
||||||
|
asyncio for concurrency. No breaking changes.
|
||||||
|
* Better progress meter, updates on each chunk downloaded, instead of after each
|
||||||
|
VOD downloaded.
|
||||||
|
* Add `--rate-limit` option to `download` for limiting maximum bandwith when
|
||||||
|
downloading.
|
||||||
|
|
||||||
### [1.22.0 (2022-06-25)](https://github.com/ihabunek/twitch-dl/releases/tag/1.22.0)
|
### [1.22.0 (2022-06-25)](https://github.com/ihabunek/twitch-dl/releases/tag/1.22.0)
|
||||||
|
|
||||||
* Add support for downloading subscriber-only VODs (#48, thanks @cemiu)
|
* Add support for downloading subscriber-only VODs (#48, thanks @cemiu)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2.0.0:
|
||||||
|
date: "TBA"
|
||||||
|
changes:
|
||||||
|
- "Switch from `requests` to `httpx` for making http requests, this enables using asyncio for concurrency. No breaking changes."
|
||||||
|
- "Better progress meter, updates on each chunk downloaded, instead of after each VOD downloaded."
|
||||||
|
- "Add `--rate-limit` option to `download` for limiting maximum bandwith when downloading."
|
||||||
|
|
||||||
1.22.0:
|
1.22.0:
|
||||||
date: 2022-06-25
|
date: 2022-06-25
|
||||||
changes:
|
changes:
|
||||||
|
Loading…
Reference in New Issue
Block a user