- Fix inheritance issue adding listener with `client.add_listener` (https://github.com/isaackogan/TikTokLive/commit/748a20e7ba74d1b76ed769d7125a55b2a5e49a4c)
- Add age restriction error when requesting room info (https://github.com/isaackogan/TikTokLive/commit/233542f2e5853af9f16756a198a57c6184d11da5, https://github.com/isaackogan/TikTokLive/commit/852943a51b8f39c5249bec0f18599c742b6b0d6f)
- Fix params being sent on all requests, even HTML requests, and add ability to disable base params (https://github.com/isaackogan/TikTokLive/commit/852943a51b8f39c5249bec0f18599c742b6b0d6f)
The following belong to commit https://github.com/isaackogan/TikTokLive/commit/eb243c754ae920699e8b9ee669b3491ba432d848:
- Add `RoomIdAPIRoute`
- Rename `RoomIdRoute` to `RoomIdHTMLRoute`
- Add fallback room ID method
- Disable room info by default
- Add `fetch_live_check` start param instead of room info (due to 18+ restriction issue)
- Refactor & clean some code