Releases: TheDrHax/Twitch-Chat-Downloader
Releases · TheDrHax/Twitch-Chat-Downloader
2.5.4
- Twitch: Update video query
2.5.3
- Fixed crash at the end of the download (output file wasn't affected);
2.5.2
- Fixed infinite loops at some VODs;
2.5.1
- Migrate from Cursors in GraphQL;
- Load config from
~/.config/tcd/config.json
if available (@JAK0723);
- More variables for
--filename-format
(@JAK0723);
- Configurable millisecond separator for IRC (@JAK0723);
- Badges for IRC (@JAK0723);
2.5.0
- Migrated from Kraken API to GraphQL
2.4.8
- Fixed compatibility with Windows;
- Argument
--collocations
was ignored because of typo;
2.4.7
- [ASS] Round message offset before converting it into timestamp;
- Use datetime module to convert seconds into timestamp;
2.4.6
- Fix
max_width
: it was ignored in previous versions;