I am trying to scrape multiple websites that have the same HTML structure and write the content to a JSON file. The results for each URL print out in the terminal, but only the content from the last URL listed is written into the JSON file. I have not been able to figure out a solution. Here is my code I am trying to scrape multiple websites that ha