From 336e485f601dae58eea4ac00abf61f82966ebe0e Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:39:25 +0200 Subject: [PATCH] Revert "Fix Redirect Dominio" This reverts commit 6aabebb232b60e8d02f77d02af5a63ff440713b1. --- platformcode/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platformcode/config.py b/platformcode/config.py index 9def0e73..1fdf6c8f 100644 --- a/platformcode/config.py +++ b/platformcode/config.py @@ -130,7 +130,6 @@ def get_channel_url(findhostMethod=None, name=None, forceFindhost=False): return url else: url = httptools.downloadpage(channels_data['direct'][name], follow_redirects=True, only_headers=True).url - if url.endswith('/'): url = url[:-1] return url