rpa
This commit is contained in:
parent
25deeea8c3
commit
d37484f1d9
|
|
@ -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}")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue