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