We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6af62e commit 8d41915Copy full SHA for 8d41915
plugins/example/anime_picture.py
@@ -35,7 +35,7 @@ async def fetch_and_save_image(tag: list, num: int = 1) -> list:
35
36
img_url_list = []
37
for data in datas['data']:
38
- img_url = data['urls']['origin']
+ img_url = data['urls']['originl']
39
img_url = img_url.replace('i.pixiv.cat', 'i.pixiv.re')
40
img_url_list.append(img_url)
41
return img_url_list
0 commit comments