rpa
This commit is contained in:
parent
4ba39961ac
commit
25deeea8c3
|
|
@ -106,7 +106,8 @@ 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):
|
||||||
"""
|
"""
|
||||||
有部分主播会移除商品,搞一个全局记录,类似page的部分返回值,初始化使用这个
|
TODO 有部分主播会移除商品,搞一个全局记录,类似page的部分返回值,初始化使用这个
|
||||||
|
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}")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue