Update ia_metadata_to_download_links.py
This commit is contained in:
parent
3bdbb023d5
commit
7a78a05c3e
@ -48,8 +48,8 @@ def process_url(url, counter_lock):
|
|||||||
print(f"{remaining_lines} lines remaining")
|
print(f"{remaining_lines} lines remaining")
|
||||||
|
|
||||||
# Input and output file paths
|
# Input and output file paths
|
||||||
input_file_path = "/tmp/archivebot/archiveteam_archivebot_items.txt"
|
input_file_path = "/tmp/PROJECTNAME/COLLECTIONNAME_archivebot_items.txt"
|
||||||
output_file_path = "/tmp/archivebot/all_extracted_names.txt"
|
output_file_path = "/tmp/PROJECTNAME/all_extracted_names.txt"
|
||||||
|
|
||||||
# Count the total number of lines in the input file
|
# Count the total number of lines in the input file
|
||||||
with open(input_file_path, 'r') as input_file:
|
with open(input_file_path, 'r') as input_file:
|
Loading…
Reference in New Issue
Block a user