diff --git a/ipwb/replay.py b/ipwb/replay.py index 2fceb63e..8f1f3d2d 100755 --- a/ipwb/replay.py +++ b/ipwb/replay.py @@ -947,6 +947,8 @@ def getURIsAndDatetimesInCDXJ(cdxjFilePath=INDEX_FILE): 'mime': jsonFields['mime_type'], 'status': jsonFields['status_code'] } + if 'title' in jsonFields: + mementoAsJSON['title'] = jsonFields['title'] uris[uri].append(mementoAsJSON)