-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
I get this:
~$ python warcread.py
<warc.warc.WARCFile instance at 0x7fc61fc34290>
Traceback (most recent call last):
File "warcread.py", line 6, in <module>
print(record['WARC-Target-URI'])
File "/usr/local/lib/python2.7/dist-packages/warc/warc.py", line 199, in __getitem__
return self.header[name]
File "/usr/local/lib/python2.7/dist-packages/warc/utils.py", line 34, in __getitem__
return self._d[name.lower()]
KeyError: 'warc-target-uri'
```python
Input file can be downloaded from here (191 MB):
https://www.dropbox.com/s/25tk1mpo03g73pj/1009wb-39.warc.gz?dl=0Metadata
Metadata
Assignees
Labels
No labels