feat: WACZ enricher can now be probed for media, and used as an archiver OR enricher

This commit is contained in:
msramalho
2023-07-27 15:42:10 +01:00
parent 65e3c99483
commit dd034da844
8 changed files with 657 additions and 579 deletions

View File

@@ -3,6 +3,6 @@ from .screenshot_enricher import ScreenshotEnricher
from .wayback_enricher import WaybackArchiverEnricher
from .hash_enricher import HashEnricher
from .thumbnail_enricher import ThumbnailEnricher
from .wacz_enricher import WaczEnricher
from .wacz_enricher import WaczArchiverEnricher
from .whisper_enricher import WhisperEnricher
from .pdq_hash_enricher import PdqHashEnricher