Injecting configuration and compiling...
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 141, in <module>
data += scrape_list(gender)
File "scraper.py", line 95, in scrape_list
r = fetch_url(url, "index-{}-{}.html".format(gender, page))
File "scraper.py", line 29, in fetch_url
with open(os.path.join('cache', filename), 'w') as f:
IOError: [Errno 2] File o directory non esistente: 'cache/index-F-1.html'