diff --git a/src/auto_archiver/utils/gsheet.py b/src/auto_archiver/utils/gsheet.py index edaec02..f84aab2 100644 --- a/src/auto_archiver/utils/gsheet.py +++ b/src/auto_archiver/utils/gsheet.py @@ -36,6 +36,7 @@ class Gsheets(Step): 'text': 'text content', 'screenshot': 'screenshot', 'hash': 'hash', + 'pdq_hash': 'perceptual hashes', 'wacz': 'wacz', 'replaywebpage': 'replaywebpage', }, diff --git a/src/auto_archiver/utils/gworksheet.py b/src/auto_archiver/utils/gworksheet.py index 1b85eab..3044780 100644 --- a/src/auto_archiver/utils/gworksheet.py +++ b/src/auto_archiver/utils/gworksheet.py @@ -19,6 +19,7 @@ class GWorksheet: 'title': 'upload title', 'screenshot': 'screenshot', 'hash': 'hash', + 'pdq_hash': 'perceptual hashes', 'wacz': 'wacz', 'replaywebpage': 'replaywebpage', }