Revert "Fix Redirect Dominio"

This reverts commit 6aabebb232.
This commit is contained in:
marco
2022-04-28 20:39:25 +02:00
parent 72ba8d6efd
commit 336e485f60

View File

@@ -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