casacinema: fix per alcuni contenuti

This commit is contained in:
mac12m99
2021-08-16 19:01:29 +02:00
parent 840e47be78
commit ccad94275c

View File

@@ -59,6 +59,7 @@ class UnshortenIt(object):
def unshorten(self, uri, type=None):
code = 0
while True:
uri = uri.strip()
oldUri = uri
domain = urlsplit(uri).netloc
if not domain: