From 3bfbb38214fc0825e137f25532d48cfbf86de076 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 4 Jan 2021 18:57:59 +0100 Subject: [PATCH] ops --- channels/streamingcommunity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/streamingcommunity.py b/channels/streamingcommunity.py index d21700c6..a5297778 100644 --- a/channels/streamingcommunity.py +++ b/channels/streamingcommunity.py @@ -188,7 +188,6 @@ def findvideos(item): url = support.match(support.match(item).data.replace('"','"').replace('\\',''), patron=r'video_url"\s*:\s*"([^"]+)"').match for res in ['480p', '720p', '1080p']: newurl = '{}/{}'.format(url, res) - support.dbg() if session.get(newurl, headers=headers).status_code == 200: itemlist += [item.clone(title=support.config.get_localized_string(30137), server='directo', url=newurl, quality=res, action='play')] return support.server(item, itemlist=itemlist) \ No newline at end of file