Skip to content

Commit

Permalink
update json address for scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
syt2 committed Dec 14, 2023
1 parent 00bcccc commit 6431a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export const Sources: Readonly<Readonly<Source>[]> = <const>[
},
{
id: "source-zotero-chinese-github-backup",
api: "https://github.com/syt2/zotero-addons-scraper/releases/latest/download/addon_infos.json",
api: "https://raw.githubusercontent.com/syt2/zotero-addons-scraper/publish/addon_infos.json",
},
{
id: "source-zotero-chinese-ghproxy-backup",
api: "https://ghproxy.com/?q=https://github.com/syt2/zotero-addons-scraper/releases/latest/download/addon_infos.json",
api: "https://ghproxy.com/?q=https://raw.githubusercontent.com/syt2/zotero-addons-scraper/publish/addon_infos.json",
},
{
id: "source-custom",
Expand Down

0 comments on commit 6431a7b

Please sign in to comment.