Crxzy

Results 1 comments of Crxzy

pixiv加了host判定,找到downer.py文件,改成下面内容 ``` def calculate_host(self, url): """ 计算host,用于获取cookie :params url: 需要获取cookie的url :return: host """ return url.split("//")[-1].split("/")[0] ``` ![Image](https://github.com/user-attachments/assets/e07fdb4d-2383-41fd-88f8-d1c31524d35b)