Twitch-archiver

Latest version: v4.4.0

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

4.0.3

**Changes and Fixes:**
* Fix issues with stream titles containing multibyte characters (https://github.com/Brisppy/twitch-archiver/issues/27).
* Fix issue with long stream titles resulting in file paths longer than Windows can handle.

4.0.2

**Changes and Fixes:**
* Fix issues with channels containing non-english display names (https://github.com/Brisppy/twitch-archiver/issues/26).

4.0.1

This update has been a long time coming, pretty much all the central processing code was refactored to follow better, more modern coding standards. This was primarily to make it easier to find and fix bugs, and to develop new features.
In addition to this, some new features have also been implemented.

TLDR: expect everything faster and better polished, and any new features will be far easier to implement.

NOTE: If you used any of the .dev versions with the `real-time` flag I would recommend re-downloading archived VODs, there were issues with segment alignment which may have corrupted the VODs.

**Additions:**
* Added support for inputting a list of VOD IDs or channels has been added. Simply add `-f | --file` in conjunction with `-c | --channel` or `-v | --vod` and the corresponding value(s) will be interpreted as a file path.
* Added parallel chat archiving to allow multiple chat logs to be downloaded simultaneously (https://github.com/Brisppy/twitch-archiver/issues/22).

**Changes and Fixes:**
* Moved all API requests to the GQL API, authentication (`client-id / client-secret`) is no longer required for archiving.
* Refactored entire codebase to follow object-oriented practices.
* Add `--vod` as substitute for the `--vod-id` argument.
* The `-w | --watch-only` mode is much lighter, using significantly fewer requests.
* The `-L | --log-file` flag has been replaced with `-L | --log-dir`, where a directory is supplied in which log files will be placed rather than a file.
* Logging with the `--real-time` archiver enabled now properly works on both Windows and Linux.
* Fixed an issue with older Twitch VODs with a different timestamp format (https://github.com/Brisppy/twitch-archiver/issues/25).

3.0.7

**Changes and Fixes:**
* Increased the start delay for newly live channels.

3.0.6

**IMPORTANT**
This patch is to fix a critical bug which may have caused some VODs to not be downloaded. No data should be lost, but there may be invalid entries in the vod database (~/.config/twitch-archiver/vods.db), and some VODs may have failed to download.

My recommendation is to look over the past month comparing downloaded VODs to those on the channel, and to download any missing VODs manually to the channel directory.

**Changes and Fixes:**
* Fixed an issue where new streams would be given old VOD ids causing them to be re-downloaded.

3.0.5

**Changes and Fixes:**
* Fixed an issue with lock files not clearing.
* Cleaned up lock file creation and deletion.
* Changed authentication to bypass new API requirements.
* Reverted changes to chat logger (https://github.com/Brisppy/twitch-archiver/commit/ea78f2c12c7698a5f201013e5d940d9a601e7f06).
* Reduced delay on archival start for recent streams.
* Fixed an issue where a stream would be considered 'STREAM-ONLY' if it had just started.
* Moved temporary buffer and .lock files to `$TMP/twitch-archiver`.
* Fixed an issue with VOD download workers failing to exit.
* Clarified some logging for live VODs.

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.