kjam / wswp

Code for the second edition Web Scraping with Python book by Packt Publications
129 stars 98 forks source link

CsvCallback #3

Closed OTTTO closed 7 years ago

OTTTO commented 7 years ago

Using the posted code for the advanced_ link_crawler and the csv_callback class, whenever I run the example code for the link_crawler at the end of Chapter 2, i get back 'IndexError: list out of range'

The list comprehension does not seem to work..