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 94] Fix Epic Scrapers #95

Closed Rogibb111 closed 1 year ago

Rogibb111 commented 1 year ago

Only 2 of the 4 Epic resorts were including the snow report data in the API call I was using to get said data. Since this was unreliable for all resorts, I have decided to just scrape their pages instead. Unfortunatly they populate the snow report elements with JSON data included within the page using JavaScript. Jsoup only looks at raw HTML responses, so I resorted to using Jsoup to find the script tag with the data in it, and regex to get the data out of the tag. PR changes include:

Closes #94

Rogibb111 commented 1 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: