8 Commits

Author SHA1 Message Date
f54223db41
Fix: Remove timestamp-based processing check
- The timestamp-based check for processed files was unreliable and prone to errors due to potential clock discrepancies.
- This check has been removed, and processing now solely relies on the database status.
2025-03-28 22:12:07 -03:00
51b0628694
Fixed tests to support database 2025-03-28 20:52:36 -03:00
9d1b6c2342
Fixed linter issues 2025-03-19 15:52:43 -03:00
e7c4dc16f8
Add support for special characters in filenames
- Added a new function to handle special characters in filenames.
- Modified existing functions to handle special characters in filenames.
- Updated tests to ensure correct behavior with special characters in filenames.
2025-03-19 15:49:38 -03:00
d27b3d3436
Added YTS.MX 2024-08-31 08:18:45 -03:00
c55d38c730
Renamed variables to make everything more human readable 2024-03-09 11:12:37 -03:00
9e8394f9ad
Refactored main function 2024-03-09 11:03:18 -03:00
787e90907f
Added tests 2024-03-09 10:22:32 -03:00