This commit is contained in:
zjf 2025-05-27 19:34:53 +08:00
parent 25deeea8c3
commit d37484f1d9
1 changed files with 2 additions and 1 deletions

View File

@ -106,8 +106,9 @@ async def check_live_status(webcast_id: str, page: Optional[Page] = None) -> boo
async def handle_response(custom_param, response): async def handle_response(custom_param, response):
""" """
TODO 有部分主播会移除商品搞一个全局记录类似page的部分返回值初始化使用这个 TODO 有部分主播会移除商品搞一个全局记录类似page的部分返回值初始化使用这个
TODO处理录屏问题 TODO处理录屏问题录屏时不能刷新最好模拟点击
""" """
if "live.douyin.com/live/promotions/page" in response.url: if "live.douyin.com/live/promotions/page" in response.url:
print(f"Custom param: {custom_param}") print(f"Custom param: {custom_param}")