FantasyFootballAnalytics / ffanalytics

ffanalytics R package
http://ffanalytics.fantasyfootballanalytics.net/
162 stars 100 forks source link

FantasyPros not scraping #146

Closed TheMathNinja closed 3 months ago

TheMathNinja commented 3 months ago

Currently, FantasyPros should be scrapable, but I'm noticing it's not working correctly.

scrape_data(
  src = c("CBS", "ESPN", "FantasyPros", "FantasySharks", "FFToday", "Numberfire",
          "Yahoo", "FantasyFootballNerd", "NFL"),
  pos = c("QB", "RB", "WR", "TE", "K", "DST", "DL", "LB", "DB"),
  season = 2024,
  week = 0
)

yields a df without any FantasyPros sources.

atungate commented 3 months ago

@TheMathNinja , should be fixed with https://github.com/FantasyFootballAnalytics/ffanalytics/commit/f22557617fa99b25cc689317a76806abcf4ce7ac, let me know if you are still having issues with it.