Injecting configuration and compiling...
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 267, in <module>
scrape()
File "scraper.py", line 247, in scrape
for l in s:
File "scraper.py", line 46, in scrape_page
links = soup.find('table', 'archives').find_all('a')
AttributeError: 'NoneType' object has no attribute 'find_all'