From 055ec17fdbeebc2ab95307ce8e2e1874020d1bb1 Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 30 Aug 2020 18:25:46 +0200 Subject: [PATCH] community: rimossa riscrittura URL in load_and_check --- specials/community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/community.py b/specials/community.py index 711eef44..2df69f54 100644 --- a/specials/community.py +++ b/specials/community.py @@ -643,7 +643,7 @@ def load_and_check(item): if not 'checked' in channel: response = httptools.downloadpage(channel['path'], follow_redirects=True, timeout=5) if response.success: - channel['path'] = response.url + # channel['path'] = response.url channel['channel_name'] = re.sub(r'\[[^\]]+\]', '', channel['channel_name']) channel['check'] = True