## How to Work with This Application

1. **Enter URLs in the `file.csv` file:**
   - Open the `file.csv` file.
   - Enter the URLs you want to download, each on a new line.

2. **Run the Application:**
   - Open your terminal.
   - Navigate to the directory containing the application.
   - Run the command: `bun start`

3. **Check the Downloads:**
   - All downloaded files will be saved in the `downloads` directory.

4. **Check for Errors:**
   - Any URLs that resulted in a 404 error will be logged in the `log.json` file.

Follow these steps to use the application effectively and manage your downloads.
