From 0d62f1ef266941fc8bf41383cdcb671c9e81127c Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 8 Sep 2020 17:55:51 +0200 Subject: [PATCH] Revert "community: rimossa riscrittura URL in load_and_check" This reverts commit 055ec17f --- specials/community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/community.py b/specials/community.py index 2df69f54..711eef44 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