-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #92
- Loading branch information
Showing
4 changed files
with
21 additions
and
3,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
module.exports = { | ||
selector: '.lifts-table .lift-data', | ||
selector: 'table.mb-16 tr', | ||
parse: { | ||
name: 0, | ||
name: '1/0', | ||
status: { | ||
child: '1/0', | ||
attribute: 'class', | ||
regex: /icon ([a-z]+) fas/ | ||
child: '0/0', | ||
attribute: 'aria-label', | ||
regex: /(red|green)/i | ||
} | ||
} | ||
}; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
const lifts = require('../lifts'); | ||
|
||
lifts('cannon', 'html', { | ||
'70-Passenger Aerial Tramway': 'open', | ||
'Brookside Triple Chair': 'open', | ||
'Aerial Tramway': 'closed', | ||
'Cannonball Quad Chair': 'open', | ||
'Eagle Cliff Triple Chair': 'open', | ||
'Magic Carpet': 'closed', | ||
'Peabody Express Quad Chair': 'open', | ||
'Huckerbrook Handle Tow': 'closed', | ||
'Tuckerbrook Quad Chair': 'open', | ||
'Zoomer Triple Chair': 'open', | ||
'Mittersill Double Chair': 'closed', | ||
'Valar T-Bar': 'open' | ||
'Peabody Express Quad': 'open', | ||
'Zoomer Triple': 'closed', | ||
'Tuckerbrook Quad': 'closed', | ||
'Eagle Cliff Triple Chair': 'closed', | ||
'Brookside Triple': 'open', | ||
'Mittersill Double': 'closed', | ||
'Valar T-Bar': 'closed', | ||
'Huckerbrook Handle Tow': 'closed' | ||
}); |
Oops, something went wrong.