fix: deprecates duration column

pull/74/head
msramalho 2023-05-09 11:26:19 +01:00
rodzic 875e1de589
commit c1a60fde8a
4 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -49,7 +49,6 @@ configurations:
timestamp: upload timestamp
title: upload title
text: textual content
duration: duration
screenshot: screenshot
hash: hash
wacz: wacz

Wyświetl plik

@ -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)

Wyświetl plik

@ -34,7 +34,6 @@ class Gsheets(Step):
'timestamp': 'upload timestamp',
'title': 'upload title',
'text': 'text content',
'duration': 'duration',
'screenshot': 'screenshot',
'hash': 'hash',
'wacz': 'wacz',

Wyświetl plik

@ -18,7 +18,6 @@ class GWorksheet:
'thumbnail_index': 'thumbnail index',
'timestamp': 'upload timestamp',
'title': 'upload title',
'duration': 'duration',
'screenshot': 'screenshot',
'hash': 'hash',
'wacz': 'wacz',