pirxpilot / liftie

:ski: Clean, simple, easy to read, fast ski resort lift status.
https://liftie.info
BSD 3-Clause "New" or "Revised" License
70 stars 32 forks source link

boyne update #80

Closed kirby-mp closed 10 months ago

kirby-mp commented 10 months ago

Tried to make a PR for this but was denied. Anyways the fix for the Boyne resorts is below. Tested on local instance and [brighton, big-sky, loon, sugarloaf, sunday-river] are all working.

module.exports = { selector: 'div.liftStatus-lift-icon', parse: { name: '+/0', status: { child: '0', attribute: 'alt' } } };

pirxpilot commented 10 months ago

Thanks. It's released now. What do you mean by:

Tried to make a PR for this but was denied.

In any case: I am totally cool with people sending me references to any git repo - does not have to be on github - any git request-pullworks. Or even sending me a patch with git format-patch.