hezhenfan
hezhenfan
async def get_note_media(self, url: str) -> Union[bytes, None]: async with httpx.AsyncClient(proxies=self.proxies) as client: response = await client.request("GET", url, timeout=self.timeout) if not response.reason_phrase == "OK": utils.logger.error(f"[XiaoHongShuClient.get_note_media] request {url} err, res:{response.text}") return...
我也遇到了这个问题,是不是get_note_by_id这个函数失效了
系统是如何拥有预测能力的