DocNow / twarc

A command line tool (and Python library) for archiving Twitter JSON
https://twarc-project.readthedocs.io
MIT License
1.36k stars 255 forks source link

webarchives.py #384

Closed ameliameyer closed 3 years ago

ameliameyer commented 3 years ago

I'm not sure why this issue is coming up, but when I run webarchives.py, I get this error:

NameError: name 'done' is not defined

But it's clearly defined in the code?

edsu commented 3 years ago

Ah yes. The trouble is it only is defined if the line contains a web archive. I've just pushed up a slightly modified version that should fix this problem?

edsu commented 3 years ago

Please reopen if you are still having trouble with it!