Laughing-Man-Studios / Ski-Resort-Dashboard

A small dashboard to display some statistics about the local ski resorts I visit
MIT License
0 stars 0 forks source link

[Issue 92] Fixing Powdr Scrapers #93

Closed Rogibb111 closed 1 year ago

Rogibb111 commented 1 year ago

It looks like the Powdr resorts api has changed its domain from www.<resort>.com/api to api.\.com/api. Funny enough, the change went through for both copper and eldora, but they only removed the old API domain for eldora, but kept it for copper (so the copper scraper was still working). This PR updates both scrape URLs to use the new domain. The JSON payload for both resorts had changed a little bit, so it wasn't grabbing the data anyways. This PR changes include:

Closes #92

Rogibb111 commented 1 year ago

:tada: This PR is included in version 1.3.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: