stream-fusion-better/stream_fusion/utils/stremthru/__init__.py
LimeDrive 7074387c3a feat: Implement StremThruDebrid integration with new SDK
- Added StremThruDebrid class for handling debrid operations using StremThru as backend.
- Introduced StremThruSDK for API interactions, including health checks and request handling.
- Created error handling with StremThruError for better error management.
- Updated torrent_smart_container to use the new StremThruDebrid class.
- Added necessary utility functions and data structures for managing magnet and torrent data.
- Implemented caching and session management for improved performance and reliability.
2026-03-25 02:23:56 +01:00

4 lines
180 B
Python

from stream_fusion.utils.stremthru.client import StremThruClient
from stream_fusion.utils.stremthru.debrid import StremThruDebrid
__all__ = ["StremThruClient", "StremThruDebrid"]