TwitchDownloader/modules
MaddoScientisto b50a4bad02 Add chat_downloader support with fallback for live chat downloads
- Integrated chat_downloader as an optional dependency for downloading live chat.
- Implemented fallback logic to use chat_downloader when TwitchDownloaderCLI fails or is not available.
- Enhanced chat rendering process to handle different JSON formats from chat_downloader.
- Updated requirements.txt to include chat-downloader package.
- Modified start.bat to allow passing additional arguments for flexibility.
- Improved error handling and logging for chat download processes.
- Added command-line options for testing chat-only mode and configuring chat_downloader behavior.
2026-02-10 23:42:22 +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 Add support for merging video and chat with configurable layout options 2026-02-10 00:06:49 +01:00
downloader.py Add chat_downloader support with fallback for live chat downloads 2026-02-10 23:42:22 +01:00
file_manager.py Refactor code structure for improved readability and maintainability 2026-02-09 23:46:11 +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 Refactor code structure for improved readability and maintainability 2026-02-09 23:46:11 +01:00
utils.py Add video duration handling for chat rendering and merging 2026-02-10 08:04:08 +01:00