feat(cdm): add highly configurable CustomRemoteCDM for flexible API support

Add new CustomRemoteCDM class to support custom CDM API providers with maximum configurability through YAML configuration alone. This addresses GitHub issue #26 by enabling integration with third-party CDM APIs.
This commit is contained in:
Andy
2025-10-17 00:28:43 +00:00
parent 6c1cb21630
commit 133f91a2e8
4 changed files with 1168 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
from .custom_remote_cdm import CustomRemoteCDM
from .decrypt_labs_remote_cdm import DecryptLabsRemoteCDM
__all__ = ["DecryptLabsRemoteCDM"]
__all__ = ["DecryptLabsRemoteCDM", "CustomRemoteCDM"]

File diff suppressed because it is too large Load Diff