mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 12:48:28 +03:00
name fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user