dmaclean / dfs-python

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

Refactor scrapers to use Beautiful Soup instead of Python's HTMLParser lib #48

Open dmaclean opened 9 years ago

dmaclean commented 9 years ago

HTMLParser is a pain in the ass to use. Beautiful Soup is easy.