oliverjrose99 / Recordurbate

A Bot to automatically record Chaturbate live streams.
GNU General Public License v3.0
235 stars 77 forks source link

Let the is_online-function search for the specified username in roomlist #99

Open Ixaruz opened 7 months ago

Ixaruz commented 7 months ago

Previously the function would retrieve 500 rooms and check if the specified username is part of it and is online. This not only is way too much data, this also doesn't guarantee to have the user, we are looking for, in it. Leading to the recording not starting.

I changed the code to use a different API call to only search by username and let chaturbate do the computing.