From b6f4114f63d5ab93bf0a81250ca1923c67c67d05 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 8 Oct 2020 20:43:09 +0200 Subject: [PATCH] fix serietvonline findhost --- channels/serietvonline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/serietvonline.py b/channels/serietvonline.py index 993dfbf6..45f93c20 100644 --- a/channels/serietvonline.py +++ b/channels/serietvonline.py @@ -22,7 +22,7 @@ from core.item import Item def findhost(): - host = support.match('https://t.me/s/serietvonlineITA', patron=r'\s*cliccando qui').matches[-1] return host host = config.get_channel_url(findhost)