This commit is contained in:
eric
2025-08-02 10:47:52 +08:00
parent dd85e05bbe
commit 36b70d2135

View File

@@ -25,7 +25,7 @@ time.sleep(1)
# ✅ 主程序启动直播监听
if __name__ == '__main__':
live_id = '721887789964'
live_id = '9638535297'
room = DouyinLiveWebFetcher(live_id)
room.get_room_status()
room.start()