dmaclean / dfs-python

Tools for DFS data collection and projection creation.
11 stars 2 forks source link

Team game log scraping is not working #28

Closed dmaclean closed 10 years ago

dmaclean commented 10 years ago

Title says it all. Scraping of team game logs hasn't been working since about 2/10. Using the built-in DOM navigation from Python is just getting messy with this page. Rewrite it with Beautiful Soup.

dmaclean commented 10 years ago

Fixed. Moved the team game log scraper over to its own class, added a parsers directory, and refactored the scraper to use Beautiful Soup instead of the built-in Python library. This has cut down the code considerably and is much easier to use.

Files modified: