From 3ff4a5be156a3aeab25d486faf5a0ad19ad08e80 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Fri, 8 Nov 2019 10:53:44 +0100 Subject: [PATCH] Fix Community Relative Path --- specials/community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/community.py b/specials/community.py index ba6bda34..047e87da 100644 --- a/specials/community.py +++ b/specials/community.py @@ -57,7 +57,7 @@ def show_channels(item): for key, channel in json['channels'].items(): # Find File Path - if 'http' in channel['path']: file_path = requests.get(channel['path']).url + if 'http' in channel['path']: file_path = httptools.downloadpage(channel['path'],follow_redirects=True).url else: file_path = channel['path'] # make relative path