diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a5688..fb12acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,10 @@ This release switches from using `requests` to `httpx` for making http requests, and from threads to `asyncio` for concurrency. This enables easier implementation of new features, but has no breaking changes for the CLI. -* Add `--rate-limit` option to `download` for limiting maximum bandwith when +* Add `--rate-limit` option to `download` for limiting maximum bandwidth when downloading. +* Allow passing multiple video ids to `download` to download multiple videos + successively. * Improved progress meter, updates on each chunk downloaded, instead of each VOD downloaded. * Improved speed estimate, displays recent speed instead of average speed since diff --git a/changelog.yaml b/changelog.yaml index ced35eb..1ae0caf 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -6,7 +6,8 @@ easier implementation of new features, but has no breaking changes for the CLI. changes: - - "Add `--rate-limit` option to `download` for limiting maximum bandwith when downloading." + - "Add `--rate-limit` option to `download` for limiting maximum bandwidth when downloading." + - "Allow passing multiple video ids to `download` to download multiple videos successively." - "Improved progress meter, updates on each chunk downloaded, instead of each VOD downloaded." - "Improved speed estimate, displays recent speed instead of average speed since the start of download." diff --git a/docs/changelog.md b/docs/changelog.md index 902cfcc..fb12acf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,14 +5,14 @@ twitch-dl changelog ### [2.0.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.0) -This release switches from using `requests` to `httpx` for making http -requests, and from threads to `asyncio` for concurrency. This enables -easier implementation of new features, but has no breaking changes for the -CLI. +This release switches from using `requests` to `httpx` for making http requests, +and from threads to `asyncio` for concurrency. This enables easier +implementation of new features, but has no breaking changes for the CLI. - -* Add `--rate-limit` option to `download` for limiting maximum bandwith when +* Add `--rate-limit` option to `download` for limiting maximum bandwidth when downloading. +* Allow passing multiple video ids to `download` to download multiple videos + successively. * Improved progress meter, updates on each chunk downloaded, instead of each VOD downloaded. * Improved speed estimate, displays recent speed instead of average speed since diff --git a/docs/commands/download.md b/docs/commands/download.md index afbf8e3..f2f607f 100644 --- a/docs/commands/download.md +++ b/docs/commands/download.md @@ -1,12 +1,12 @@ # twitch-dl download -Download a video or clip. +Download videos or clips. ### USAGE ``` -twitch-dl download