Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue pulling broken NCAAB player pages #182

Merged
merged 1 commit into from
Sep 2, 2019

Commits on Sep 2, 2019

  1. Fix issue pulling broken NCAAB player pages

    A few links to player pages on www.sports-reference.com are broken which
    causes errors to be thrown by the LXML parser while attempting to pull
    them. Since a ParserError is thrown by LXML, we can catch the error and
    return None to safely continue with execution.
    
    Signed-Off-By: Robert Clark <robdclark@outlook.com>
    roclark committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    b7b685e View commit details
    Browse the repository at this point in the history