This commit is contained in:
eric
2025-08-01 10:37:06 +08:00
parent e1fe2caacc
commit dd85e05bbe
2 changed files with 14 additions and 15 deletions

View File

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