TwitchDownloader/modules
MaddoScientisto 0d3cdfd12c feat: add upload options for pre-merge, merged, and standalone chat videos
- Updated global schema to include options for uploading original videos before merging, merged videos, and standalone chat videos.
- Modified constants to set default values for new upload options.
- Enhanced FileManager to handle new upload options, including conditional file uploads and deletions based on user configuration.
- Introduced unit tests for command-line argument parsing, configuration loading, and merging logic, ensuring robust handling of new features.
- Added tests for filtering logic, default configurations, and enabled streamer handling.
2026-02-11 17:44:34 +01: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 Chat monitors stream to end 2026-02-11 13:23:14 +01:00
file_manager.py feat: add upload options for pre-merge, merged, and standalone chat videos 2026-02-11 17:44:34 +01:00
notifications.py Refactor code structure for improved readability and maintainability 2026-02-09 23:46:11 +01:00
processor.py Add video duration handling for chat rendering and merging 2026-02-10 08:04:08 +01:00
recorder.py Refactor code structure for improved readability and maintainability 2026-02-09 23:46:11 +01:00
stream_monitor.py Chat monitors stream to end 2026-02-11 13:23:14 +01:00
utils.py Add video duration handling for chat rendering and merging 2026-02-10 08:04:08 +01:00