ArchiveTeam / grab-site

The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns
Other
1.31k stars 129 forks source link

ImportError: cannot import name 'SSLCertificateError' #167

Closed dragonxtek closed 4 years ago

dragonxtek commented 4 years ago

I try to run ./grab-site with any https page and I got the title error.

dragonxtek commented 4 years ago

Solved with the following commands: pip3 install tornado==4.5.3
pip3 install html5lib==0.9999999