We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fcbf3 commit 9682ec5Copy full SHA for 9682ec5
lib/resorts/alyeska/index.js
@@ -1,8 +1,10 @@
1
module.exports = {
2
- selector: 'table.t1 tr:nth-child(n + 2)',
+ selector: '.elementor-icon-box-content',
3
parse: {
4
- filter: node => node.children.length > 2,
5
- name: 0,
6
- status: 1
+ name: '0/0',
+ status: {
+ child: '1/0',
7
+ regex: /([a-z]+)$/i
8
+ }
9
}
10
};
test/resorts/alyeska.js
@@ -2,8 +2,11 @@ const lifts = require('../lifts');
lifts('alyeska', 'html', {
'Aerial Tram': 'open',
- 'Glacier Bowl Express': 'closed',
- 'Ted’s Express': 'closed',
- 'Bear Cub Quad': 'closed',
- 'Chair 7': 'closed'
+ 'Chair 7': 'open',
+ 'Glacier Bowl': 'scheduled',
+ "TeD's Express": 'open',
+ 'Bear Cub Quad': 'open',
+ 'Terrain Parks': 'scheduled',
+ Finnland: 'open',
11
+ "Wade's Way": 'open'
12
});
0 commit comments