ethanbrimhall / Disney-Fastpass-Bot

This project automates the process of finding and confirming Disney World FastPasses. Using python, I can scrape data from the Disney World site, read the results, and decide whether or not to confirm that FastPass
MIT License
36 stars 24 forks source link

Slinky Dog name has changed, so the program won't find it #3

Open rexmism opened 5 years ago

rexmism commented 5 years ago

The code is using the ride name “Slinky Dog Dash - Now Open” But the text on Disney’s site is now “Slinky Dog Dash – New!” So if someone uses this, it’s not going to ever find it. Looking at the code, I think you could just use the text “Slinky Dog Dash” for the name of the ride, so when they eventually take off the “New”, it will still work.

kheller914 commented 5 years ago

Did you just adjust the code yourself?

linstephen13 commented 5 years ago

Submitted a pull request that includes this fix. "New" is indeed no longer in the name.