Update ia_metadata_to_download_links.py

This commit is contained in:
datechnoman 2024-01-28 02:04:01 +00:00
parent 3bdbb023d5
commit 7a78a05c3e

View File

@ -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: