kopia lustrzana https://github.com/bellingcat/auto-archiver
fix: deprecates duration column
rodzic
875e1de589
commit
c1a60fde8a
|
@ -49,7 +49,6 @@ configurations:
|
|||
timestamp: upload timestamp
|
||||
title: upload title
|
||||
text: textual content
|
||||
duration: duration
|
||||
screenshot: screenshot
|
||||
hash: hash
|
||||
wacz: wacz
|
||||
|
|
|
@ -27,7 +27,6 @@ class ArchivingContext:
|
|||
|
||||
@staticmethod
|
||||
def set(key, value, keep_on_reset: bool = False):
|
||||
logger.debug(f"SET [{key}]={value}")
|
||||
ac = ArchivingContext.get_instance()
|
||||
ac.configs[key] = value
|
||||
if keep_on_reset: ac.keep_on_reset.add(key)
|
||||
|
|
|
@ -34,7 +34,6 @@ class Gsheets(Step):
|
|||
'timestamp': 'upload timestamp',
|
||||
'title': 'upload title',
|
||||
'text': 'text content',
|
||||
'duration': 'duration',
|
||||
'screenshot': 'screenshot',
|
||||
'hash': 'hash',
|
||||
'wacz': 'wacz',
|
||||
|
|
|
@ -18,7 +18,6 @@ class GWorksheet:
|
|||
'thumbnail_index': 'thumbnail index',
|
||||
'timestamp': 'upload timestamp',
|
||||
'title': 'upload title',
|
||||
'duration': 'duration',
|
||||
'screenshot': 'screenshot',
|
||||
'hash': 'hash',
|
||||
'wacz': 'wacz',
|
||||
|
|
Ładowanie…
Reference in New Issue