caesar0301 / libwayback

A library to parse Wayback Machine of archive.org to get a historical views of web pages. It is a useful tool to research on the evolution of web pages, page structure analysis, and among other interesting topics.
https://github.com/caesar0301/libwayback
Other
20 stars 10 forks source link

Got this from just using the example. #2

Open mdulin2 opened 6 years ago

mdulin2 commented 6 years ago

AttributeError: 'NoneType' object has no attribute 'find'

mdulin2 commented 6 years ago

I tried just running the crawler.py file, using the main associated with it, and got a similar error. I installed the latest versions of lxml and html5lib for python before I used it.