Skip to content

Commit

Permalink
Update for goobstation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Dec 14, 2024
1 parent 06fe6c7 commit bd49b1a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion ReplayBrowser/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,38 @@
},
{
"url": "https://cdn.networkgamez.com/replays/goobstation/",
"provider": "nginx",
"provider": "dummy",
"fallBackServerName": "goobstation",
"fallBackServerId": "goobstation",
"replayRegex": "(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip",
"serverNameRegex": ""
},

{
"url": "http://replays.simplestation.org/goob1/",
"provider": "nginx",
"fallBackServerName": "goobstation1",
"fallBackServerId": "goobstation",
"replayRegex": "[a-zA-Z0-9-]+-(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip$",
"serverNameRegex": "([a-zA-Z0-9-]+)-\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2}-round_\\d+\\.zip$"
},
{
"url": "http://replays.simplestation.org/goob2/",
"provider": "nginx",
"fallBackServerName": "goobstation2",
"fallBackServerId": "goobstation",
"replayRegex": "[a-zA-Z0-9-]+-(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip$",
"serverNameRegex": "([a-zA-Z0-9-]+)-\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2}-round_\\d+\\.zip$"
},
{
"url": "http://replays.simplestation.org/goob3/",
"provider": "nginx",
"fallBackServerName": "goobstation2",
"fallBackServerId": "goobstation",
"replayRegex": "[a-zA-Z0-9-]+-(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip$",
"serverNameRegex": "([a-zA-Z0-9-]+)-\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2}-round_\\d+\\.zip$"
},

{
"url": "http://cdn.harmony14.com/replays/",
"provider": "nginx",
Expand Down

0 comments on commit bd49b1a

Please sign in to comment.