TwitchDownloader/modules
MaddoScientisto f97e0200d6 Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options
- Renamed download flags in ContentDownloader for clarity.
- Enhanced FileManager with methods to build upload paths and verify existing files for rclone uploads.
- Updated StreamProcessor to return success status for stream processing.
- Added rclone smoke test and healthcheck functions to validate configuration and tool availability.
- Improved environment variable handling with a utility function.
- Updated TwitchArchive to incorporate new rclone verification and processing logic.
- Added unit tests for new functionality and refactored existing tests for clarity and coverage.

Co-authored-by: Copilot <copilot@github.com>
2026-04-25 11:54:03 +02:00
..
__init__.py Refactor code structure for improved readability and maintainability 2026-02-09 23:46:11 +01:00
config.py Refactor code structure for improved readability and maintainability 2026-02-09 23:46:11 +01:00
constants.py feat: add upload options for pre-merge, merged, and standalone chat videos 2026-02-11 17:44:34 +01:00
downloader.py Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options 2026-04-25 11:54:03 +02:00
file_manager.py Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options 2026-04-25 11:54:03 +02:00
notifications.py Refactor code structure for improved readability and maintainability 2026-02-09 23:46:11 +01:00
processor.py Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options 2026-04-25 11:54:03 +02:00
recorder.py Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options 2026-04-25 11:54:03 +02:00
stream_monitor.py Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options 2026-04-25 11:54:03 +02:00
utils.py Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options 2026-04-25 11:54:03 +02:00