Releases: adam10603/ChatScraper
Releases · adam10603/ChatScraper
v1.1.1
💃
- Fixed a bug that prevented the output from being piped into a file or to another process
v1.1
💃
- Updated the code in light of some API changes.
- Added a few new options:
--vods-from
, --max-vods
and --skip-cached
. These allow for searching the most recent VODs of a streamer without having to manually enter VOD IDs.
v1.0.4
💃
- Removed "www." from Twitch links.
v1.0.3
💃
- Made the script filter out duplicate VOD IDs
v1.0.2
💃
- Fixed some issues with regex-like characters in standalone rules.
- Made all occurences of the same rule highlighted in messages, not just the first one.
v1.0.1
💃
- Added support for single quotes (
'
) around comma-lists and JSON paths.
- Fixed a bug that slowed down search speeds.