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

inactivity_timeout #244

Closed jayco10125 closed 4 months ago

jayco10125 commented 4 months ago

What is your question?

How to use inactivity_timeout

Additional context

This is my current code:

chat = ChatDownloader().get_chat(url=url, inactivity_timeout=10)

It does not do the timeout. I have also tried a few other parameters and it seems like they also do not work.

Am I doing something wrong or are they not yet implemented?

jayco10125 commented 4 months ago

my bad there was an issue with other parts of my code