Skip to content

Commit

Permalink
Merge pull request #158 from NekoAria/2.0
Browse files Browse the repository at this point in the history
原来的 `HibiAPI` 抽风概率高,换个新的
  • Loading branch information
Quan authored Jul 24, 2021
2 parents 5d4c98d + 10c5e7a commit edaa8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ELF_RSS2/RSS/rss_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ async def fuck_pixiv_cat(url: str) -> str:
try:
req_json = (
await client.get(
f"https://hibiapi.getloli.com/api/pixiv/illust?id={info_list[0]}"
f"https://api.obfs.dev/api/pixiv/illust?id={info_list[0]}"
)
).json()
if len(info_list) >= 2:
Expand Down

0 comments on commit edaa8bc

Please sign in to comment.