diff --git a/ia_metadata_to_download_links_archivebot.py b/ia_metadata_to_download_links.py similarity index 95% rename from ia_metadata_to_download_links_archivebot.py rename to ia_metadata_to_download_links.py index 695dc82..dad1f3e 100644 --- a/ia_metadata_to_download_links_archivebot.py +++ b/ia_metadata_to_download_links.py @@ -48,8 +48,8 @@ def process_url(url, counter_lock): print(f"{remaining_lines} lines remaining") # Input and output file paths -input_file_path = "/tmp/archivebot/archiveteam_archivebot_items.txt" -output_file_path = "/tmp/archivebot/all_extracted_names.txt" +input_file_path = "/tmp/PROJECTNAME/COLLECTIONNAME_archivebot_items.txt" +output_file_path = "/tmp/PROJECTNAME/all_extracted_names.txt" # Count the total number of lines in the input file with open(input_file_path, 'r') as input_file: