Add discovery

This commit is contained in:
Nirvana
2026-02-16 16:19:34 +01:00
parent 6246c13004
commit 36ac407af0
@@ -8,6 +8,7 @@ Provides access to Discovery+ streaming content with support for:
- DRM-protected streams
- Multi-country support (EMEA)
"""
from .provider import DiscoveryProvider
from .auth import (
DiscoveryAuthenticator,
@@ -46,7 +47,7 @@ from .models import DiscoveryChannel
__all__ = [
# Provider class (when available)
# "DiscoveryProvider",
"DiscoveryProvider",
# Models
"DiscoveryChannel",