From 61cbc057b40e548cada6fa2f39c6642c7dd96ccb Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 26 Jan 2022 11:42:47 +0100 Subject: [PATCH] Fix Sottotitoli StreamingCommunity --- channels/streamingcommunity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/streamingcommunity.py b/channels/streamingcommunity.py index a552c7b6..a77e7639 100644 --- a/channels/streamingcommunity.py +++ b/channels/streamingcommunity.py @@ -257,4 +257,4 @@ def play(item): url = 'https://scws.xyz/master/{}?token={}&expires={}&n=1|User-Agent={}&Referer={}'.format(scws_id, token, expires, httptools.get_user_agent(), host) - return [item.clone(title = channeltools.get_channel_parameters(item.channel)['title'], server='directo', url=url)] + return [item.clone(title = channeltools.get_channel_parameters(item.channel)['title'], server='directo', url=url, manifest='hls')]