Fix Videoteca in caso di cambio dominio

This commit is contained in:
Alhaziel01
2021-03-13 12:48:43 +01:00
parent 638c6f6de0
commit 61fa12e7a6

View File

@@ -476,6 +476,9 @@ def findvideos(item):
item_json = Item().fromjson(filetools.read(json_path))
list_servers = []
try: from urllib.parse import urlsplit
except ImportError: from urlparse import urlsplit
item_json.url = channel.host + urlsplit(item_json.url).path
try:
# FILTERTOOLS