This commit is contained in:
msramalho
2023-02-17 15:45:35 +00:00
parent d6dbdec6ac
commit da17b3f68a
2 changed files with 2 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ steps:
# - twitter_api_archiver
# # - instagram_archiver
# - tiktok_archiver
- youtubedl_enricher
- youtubedl_archiver
# - wayback_archiver_enricher
enrichers:
- hash_enricher
@@ -31,8 +31,6 @@ steps:
# - mongo_db
configurations:
global: #TODO: implement this logic, does nothing ATM
- save_logs: false
gsheet_feeder:
sheet: auto-archiver-test
header: 2 # defaults to 1 in GSheetsFeeder

View File

@@ -6,7 +6,7 @@ from ..core import Metadata, Media
class YoutubeDLArchiver(Archiver):
name = "youtubedl_enricher"
name = "youtubedl_archiver"
def __init__(self, config: dict) -> None:
super().__init__(config)