Skip to content

Commit

Permalink
Merge pull request #570 from oduwsdl/issue-178
Browse files Browse the repository at this point in the history
Surfaces the titles to the webUI and associates with the respective JSON and links for #178
  • Loading branch information
machawk1 authored Sep 25, 2018
2 parents 28c9cf6 + 8b866e6 commit 7558bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipwb/replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7558bc7

Please sign in to comment.