Add project files.
This commit is contained in:
47
ModVersionChecker/data/sourcesDef.json
Normal file
47
ModVersionChecker/data/sourcesDef.json
Normal file
@@ -0,0 +1,47 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user