aReebok / stubot

‍🎓 Discord multi-purpose bot created for students, connecting with discord.js and other APIs. Future implementations: create a ratemyprof scraper or api, attach to more video/image processing programs.
1 stars 1 forks source link

Undefined IMDB rating #7

Open aReebok opened 2 years ago

aReebok commented 2 years ago

Sometime the web scraping for the IMDB rating returns "undefined" in the discord !watch command.

Right now, the !watch command (watch.js) scrapes website justwatch for the IMDB rating. While we do scrape IMDB for a correctly spelled title, we'd benefit from scraping the IMDB rating straight from there (it's probably more reliable).

ghkkhan commented 2 years ago

sure, I'll take care of this when can get back to it.