xenova / chat-downloader

A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts. No authentication needed!
https://chat-downloader.readthedocs.io/
MIT License
902 stars 127 forks source link

[Bug] Outdated library for identifying Twitch chatmessages #212

Open commuval opened 1 year ago

commuval commented 1 year ago

Basic information

Since a few weeks chatdownloader is only returning "text_message" as message_type, so the library for identifying chatmessages on Twitch is probably outdated. Quick fix would be appreciated.

  1. A minimal reproducible example: Dont want to put my whole code here, sorry. It should be very clear what the problem is though.
  2. Output, traceback or other information relating to the bug: testoo.py Event: {'vod': 'https://www.twitch.tv/videos/1763326292', 'streamer': 'https://www.twitch.tv/ungespielt'} VOD: https://www.twitch.tv/videos/1763326292

Expected behavior

Expected it to classify messages on twitch correctly.

Screenshots

I think the issue should be clear.