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

Updates for 2016 NCAA site #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

numericOverflow
Copy link

--Tweaked for new NCAA site format in 2016
--Reworked so year_index is pulled from a dictionary,
--Added some extra try/catches,
--Fixed regex to pull teamID that was not working with new NCAA site format in 2016
--Make BeautifulSoup happy by pass "html.parser" parameter to get rid of a warning w/out specifying parser

The user can now update the code for new academic years by adding a line to define the academic_year/year_index to the dictionary
Gets rid of a warning BeautifulSoup throws w/out specifying parser
Gets rid of a warning BeautifulSoup throws w/out specifying parser
URL formats changed, so switched to REGEX to parse teamID, also get rid of a warning BeautifulSoup throws w/out specifying parser
The user can now update the code for new academic years by adding a line to define the academic_year/year_index to the dictionary
The user can now update the code for new academic years by adding a line to define the academic_year/year_index to the dictionary
Reworked so year_index is pulled from a dictionary,
Added some extra try/catches,
Fixed regex to pull teamID that was not working with new site format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant