Commit Graph

18 Commits

Author SHA1 Message Date
Nabil Mohammed Nalakath
5cbe994995
Update mkbsd.py 2024-09-29 02:24:46 +05:30
Nabil Mohammed Nalakath
1c1ea65e43
Update mkbsd.js 2024-09-29 02:24:26 +05:30
Nabil Mohammed Nalakath
a0f8950b1a
Update README.md 2024-09-29 02:21:37 +05:30
Nabil Mohammed Nalakath
a51c92713b
Merge pull request #1 from nabilnalakath/organized-image-sets
Refactor image download script to track and skip previously downloaded files based on unique key and consistent naming
2024-09-29 02:20:11 +05:30
Nabil Mohammed Nalakath
0c038b9f67
Update mkbsd.js 2024-09-29 02:19:19 +05:30
Nabil Mohammed Nalakath
9b1264c54a
Update mkbsd.py
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
2024-09-29 02:18:54 +05:30
Nabil Mohammed Nalakath
b87195fa08
Update README.md 2024-09-29 02:16:38 +05:30
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
82e50c64f0 Update README.md 2024-09-25 03:45:23 +02:00
Nadim Kobeissi
e59b7c49c0 Update README.md 2024-09-25 03:37:04 +02:00
Nadim Kobeissi
6c6add0f1e Update README.md 2024-09-25 03:21:49 +02:00
Nadim Kobeissi
0202e577d5
Merge pull request #1 from taxmeifyoucan/main
Add python implementation
2024-09-25 03:14:41 +02:00
taxmeifyoucan
8f66021302 add license 2024-09-24 22:48:58 +02:00
taxmeifyoucan
d9c97a69ea Add python implementation 2024-09-24 22:44:39 +02:00
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
Nadim Kobeissi
c3fb14f17c Add LICENSE.md 2024-09-24 20:26:06 +02:00
Nadim Kobeissi
345aa5eab5 first commit 2024-09-24 20:24:57 +02:00