Commit Graph

3 Commits

Author SHA1 Message Date
Nabil Mohammed Nalakath
815a9eabdc
Keep track of previously downloaded files
Refactor image download script to track and skip previously downloaded files based on unique key and consistent naming

- Added logic to use unique key from JSON data for consistent filenames and tracking
- Improved file existence check to skip downloading files that already exist in the directory
- Updated JSON list to store keys of downloaded files for persistent tracking across runs
- Incorporated delay between downloads for smoother processing
- Cleaned up old redundant code and ensured consistency in file naming and tracking
- Added ascii art to indicate the start of the download process
2024-09-29 02:11:45 +05:30
Nadim Kobeissi
4df0457ab1 Cleanup 2024-09-24 20:53:50 +02:00
Nadim Kobeissi
8652de12e3 Literally took me 26 minutes to write this 2024-09-24 20:45:20 +02:00