jflancer/wbigballR

scrape_box url

Opened this issue · 0 comments

I believe the URL in the scrape_box() function needs to be changed.
Instead of
url_text <- paste0("http://stats.ncaa.org/contests/", game_id, "/box_score")
It should be
url_text <- paste0("http://stats.ncaa.org/game/index/", game_id)