mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-08-18 04:56:04 +00:00
- 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.
4 lines
180 B
Python
4 lines
180 B
Python
from stream_fusion.utils.stremthru.client import StremThruClient
|
|
from stream_fusion.utils.stremthru.debrid import StremThruDebrid
|
|
|
|
__all__ = ["StremThruClient", "StremThruDebrid"]
|