From 034197a81f83210d6a4350010d8432e823226231 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Tue, 4 Feb 2025 13:40:07 +0100 Subject: [PATCH] Fix typos in csv feeder docs (in manifest) --- src/auto_archiver/modules/csv_feeder/__manifest__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/auto_archiver/modules/csv_feeder/__manifest__.py b/src/auto_archiver/modules/csv_feeder/__manifest__.py index b6d7543..6d4c7bf 100644 --- a/src/auto_archiver/modules/csv_feeder/__manifest__.py +++ b/src/auto_archiver/modules/csv_feeder/__manifest__.py @@ -30,7 +30,8 @@ - Allows specifying the column number or name to extract URLs from. - Skips header rows if the first value is not a valid URL. - ### Setu N - - Input files should be formatted with one URL per line. + ### Setup + - Input files should be formatted with one URL per line, with or without a header row. + - If you have a header row, you can specify the column number or name to read URLs from using the 'column' config option. """ }