Skip to content

Releases: xenova/chat-downloader

chat-downloader (v0.2.8)

03 Sep 23:43
Compare
Choose a tag to compare

Sites:

YouTube

  • Fix consent initialization (#220). Thanks to @pboettcher for making this PR!
  • Add support for new endpoints like shorts/live/watch (#214). Thanks @krichbanana for making this PR!
  • Add new message fields

Zoom

  • Fix chat downloader

chat-downloader (v0.2.7)

23 May 21:42
Compare
Choose a tag to compare

Sites:

Twitch

  • Update to use new badge format (Fixes #210, #211)

chat-downloader (v0.2.6)

19 May 11:05
Compare
Choose a tag to compare

Sites:

Twitch

  • Fix issue when twitch returns malformed badges (#208, #209)

chat-downloader (v0.2.5)

05 May 21:14
Compare
Choose a tag to compare

Sites:

Twitch

  • Replace client ID (#207)

Zoom

  • Update to use new format

chat-downloader (v0.2.4)

22 Feb 12:29
Compare
Choose a tag to compare

Sites:

Twitch

  • Retry if KeyError from gql request (#197)

Reddit

Misc

  • Update versions of Python tested (remove 3.6, add 3.10 and 3.11)

chat-downloader (v0.2.3)

07 Dec 01:06
Compare
Choose a tag to compare

Sites:

Twitch

  • Fix VODs and clips (#186)

chat-downloader (v0.2.2)

04 Dec 09:05
Compare
Choose a tag to compare

Sites:

YouTube

  • Fix multi-character emojis (Fixes #168)
  • Only download past or upcoming chats if channel_id specified (Fixes #183)
  • Add support for username handles

Twitch

  • Fix message regex (Fixes #184)
  • Add returning_chatter and is_vip attributes

chat-downloader (v0.2.1)

30 Nov 23:21
Compare
Choose a tag to compare

After many months away (thanks to university)... I am finally able to add some new features and fix some issues.

Core:

  • Only close writer object if initialised (Closes #172)

Sites:

YouTube

  • Fix get_user_videos method (fixes #174)
  • Add membership gifts message type (Fixes #178)
  • Ensure author dict has name (Closes #175)
  • add removeChatItemByAuthorAction action
  • Allow pagination for playlists
  • Add live stream offline status
  • Update unit tests

Zoom

  • Add support for Zoom.us (Closes #159)

Twitch

  • Account for emote_ids that aren't only numbers

Misc

  • remove argparse from requirements

chat-downloader (v0.2.0a)

30 Apr 12:49
Compare
Choose a tag to compare

Sites:

YouTube

  • Fix getting chat for membership livestreams (Closes #145). Thanks to @herowinb for providing the solution (#146).
  • Fix unit tests

Facebook

  • Remove listed support

chat-downloader (v0.1.10)

11 Sep 11:39
Compare
Choose a tag to compare

Sites:

YouTube

  • Add missing currency symbols to dictionary
  • Added 'dwellTimeMs' to keys to ignore

Core:

  • Fix writer initialization