diff --git a/utils/parser.py b/utils/parser.py index a096e9c..a456eb0 100644 --- a/utils/parser.py +++ b/utils/parser.py @@ -552,6 +552,7 @@ async def process_stream( behaviorHints=behavior_hints, ) + def get_dlhd_channel_url(stream: TVStreams) -> str: parsed_url = urlparse(stream.url) channel_id = parsed_url.path.split("/")[-2]