cobalt-uoft / uoft-scrapers

Public web scraping scripts for the University of Toronto.
https://pypi.python.org/pypi/uoftscrapers
MIT License
48 stars 14 forks source link

Move HTML fetching and JSON writing methods to parent Scraper class #47

Closed arkon closed 8 years ago

arkon commented 8 years ago

This is in an effort to cut down commonly repeated code across the different classes. If this looks okay, I can modify the other existing classes to make use of these methods.