thelabcat / rumble-chat-actor

Interact with the chat of your livestreams in Python
GNU General Public License v3.0
2 stars 0 forks source link

Alternate channel URL form is more reliable #14

Closed thelabcat closed 3 months ago

thelabcat commented 3 months ago

A channel may not always have a custom URL, let alone one based on its name, but https://rumble.com/c/c-{channel-numeric-id} will always work. Adjust actor.streamer_channel and actor.streamer_main_page_url to account for this.