kopia lustrzana https://github.com/bellingcat/auto-archiver
name fix
rodzic
d6dbdec6ac
commit
da17b3f68a
|
@ -10,7 +10,7 @@ steps:
|
||||||
# - twitter_api_archiver
|
# - twitter_api_archiver
|
||||||
# # - instagram_archiver
|
# # - instagram_archiver
|
||||||
# - tiktok_archiver
|
# - tiktok_archiver
|
||||||
- youtubedl_enricher
|
- youtubedl_archiver
|
||||||
# - wayback_archiver_enricher
|
# - wayback_archiver_enricher
|
||||||
enrichers:
|
enrichers:
|
||||||
- hash_enricher
|
- hash_enricher
|
||||||
|
@ -31,8 +31,6 @@ steps:
|
||||||
# - mongo_db
|
# - mongo_db
|
||||||
|
|
||||||
configurations:
|
configurations:
|
||||||
global: #TODO: implement this logic, does nothing ATM
|
|
||||||
- save_logs: false
|
|
||||||
gsheet_feeder:
|
gsheet_feeder:
|
||||||
sheet: auto-archiver-test
|
sheet: auto-archiver-test
|
||||||
header: 2 # defaults to 1 in GSheetsFeeder
|
header: 2 # defaults to 1 in GSheetsFeeder
|
||||||
|
|
|
@ -6,7 +6,7 @@ from ..core import Metadata, Media
|
||||||
|
|
||||||
|
|
||||||
class YoutubeDLArchiver(Archiver):
|
class YoutubeDLArchiver(Archiver):
|
||||||
name = "youtubedl_enricher"
|
name = "youtubedl_archiver"
|
||||||
|
|
||||||
def __init__(self, config: dict) -> None:
|
def __init__(self, config: dict) -> None:
|
||||||
super().__init__(config)
|
super().__init__(config)
|
||||||
|
|
Ładowanie…
Reference in New Issue