Skip to content

Commit

Permalink
Merge pull request #50 from tuna/ynuosa-parser
Browse files Browse the repository at this point in the history
Parser: add YNUOSA
  • Loading branch information
ZenithalHourlyRate authored Mar 23, 2021
2 parents da91ba6 + 180bd56 commit 67f989c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mirrors.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ module.exports = [
"https://mirrorz.org/static/json/legacy/pku.json",
"https://mirrorz.org/static/json/legacy/byrio.json",
"https://mirrorz.org/static/json/legacy/cqupt.json",
"https://mirrorz.org/static/json/legacy/ynuosa.json",
]
2 changes: 2 additions & 0 deletions upstream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import zju from "./../parser/zju";
import pku from "./../parser/pku";
import byrio from "./../parser/byrio";
import cqupt from "./../parser/cqupt";
import ynuosa from "./../parser/ynuosa";

const upstreams: (string | Parser)[] = [
"https://status.tuna.wiki/mirrorz/static/opentuna.json",
Expand Down Expand Up @@ -48,6 +49,7 @@ const upstreams: (string | Parser)[] = [
pku,
byrio,
cqupt,
ynuosa,
];

export default upstreams;

0 comments on commit 67f989c

Please sign in to comment.