Files
rssotto-csharp-client/ModVersionChecker/data/sourcesDef.json
2025-09-04 10:14:30 +02:00

47 lines
1.0 KiB
JSON

[
{
"id": "custom",
"name": "Custom Source",
"type": "scrape",
"defaults": {
"regex": "",
"url": ""
}
},
{
"id": "sim_market",
"name": "Sim Market",
"type": "scrape",
"defaults": {
"regex": "<span class=\"details-card__item-text\">(\\d+\\.\\d+\\.\\d+)<\\/span>",
"url": "https://secure.simmarket.com/"
}
},
{
"id": "pms50_gtn750",
"name": "PMS50 GTN750",
"type": "scrape",
"defaults": {
"url": "https://pms50.com/msfs/",
"regex": "Current version: (\\d+\\.\\d+\\.\\d+)"
}
},
{
"id": "sws",
"name": "SWS",
"type": "scrape",
"defaults": {
"url": "https://simworksstudios.com/product",
"regex": "Current Version: (\\d+\\.\\d+\\.\\d+)"
}
},
{
"id": "a2a",
"name": "A2A",
"type": "scrape",
"defaults": {
"url": "https://a2asimulations.com/forum/viewtopic.php?f=153",
"mode": "selenium"
}
}
]