pixiv use sihuan pximg

This commit is contained in:
SiHuan 2020-05-10 12:01:32 +08:00
parent 13c4aff66b
commit 5cf462f654

View file

@ -27,7 +27,7 @@ class Ans(StdAns):
try:
resp = requests.get(url=url,params=params).json()
picurl = resp['data'][0]['url']
msg = picurl
msg = picurl.replace('https://i.pixiv.cat', 'https://pximg.sihuan.workers.dev')
except Exception as e:
print(e)
msg = '咱没查到也有可能是Pixiv坏掉了'