mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 12:48:28 +03:00
Update manifests and modules
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from loguru import logger
|
||||
import csv
|
||||
|
||||
from auto_archiver.base_modules import Feeder
|
||||
from auto_archiver.base_processors import Feeder
|
||||
from auto_archiver.core import Metadata, ArchivingContext
|
||||
from auto_archiver.utils import url_or_none
|
||||
|
||||
@@ -17,7 +17,7 @@ class CSVFeeder(Feeder):
|
||||
"default": None,
|
||||
"help": "Path to the input file(s) to read the URLs from, comma separated. \
|
||||
Input files should be formatted with one URL per line",
|
||||
"cli_set": lambda cli_val, cur_val: list(set(cli_val.split(",")))
|
||||
"type": lambda val: set(val.split(",")),
|
||||
},
|
||||
"column": {
|
||||
"default": None,
|
||||
|
||||
Reference in New Issue
Block a user