Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/flims-laax-falera'
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Oct 10, 2023
2 parents ac716b1 + 6340559 commit 1d270cd
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/resorts/flims-laax-falera/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
selector: '.lifts > .widget',
parse: {
name: '2',
status: {
child: '0',
attribute: 'class',
regex: /indicator (open|closed|in-preparation)$/,
}
}
};
15 changes: 15 additions & 0 deletions lib/resorts/flims-laax-falera/resort.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Flims Laax Falera",
"url": {
"host": "https://live.flimslaax.com",
"pathname": "/en/lifts"
},
"tags": [
"Switzerland",
"Alps"
],
"ll": [
9.283333,
46.833333
]
}
1 change: 1 addition & 0 deletions lib/tools/coerce.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ var map = {
'blue': 'scheduled',
'p': 'scheduled',
'2': 'scheduled',
'in-preparations': 'scheduled',
"En cours d'ouverture": 'scheduled'
};

Expand Down
Loading

0 comments on commit 1d270cd

Please sign in to comment.