0.8.0 new features and dependency updates (#119)

* wacz can extract_screenshot only

* new meta enricher

* twitter api can use multiple authentication tokens in sequence

* cleanup non-dup logic

* meta info on archive duration

* minor html report update

* updated dependencies

* new version
This commit is contained in:
Miguel Sozinho Ramalho
2023-12-20 14:13:22 +00:00
committed by GitHub
parent 499832d146
commit e6b6b83007
8 changed files with 413 additions and 332 deletions

View File

@@ -6,4 +6,5 @@ from .thumbnail_enricher import ThumbnailEnricher
from .wacz_enricher import WaczArchiverEnricher
from .whisper_enricher import WhisperEnricher
from .pdq_hash_enricher import PdqHashEnricher
from .metadata_enricher import MetadataEnricher
from .metadata_enricher import MetadataEnricher
from .meta_enricher import MetaEnricher