Probabile Fix Autoplay Torrent

This commit is contained in:
Alhaziel01
2021-10-29 16:25:53 +02:00
parent e74337c07b
commit b807b41f48
3 changed files with 14 additions and 11 deletions
+3
View File
@@ -36,6 +36,9 @@ def download(item=None):
support.info('URL:', url)
if url:
dl = downloadtools.downloadfile(host + url, filename)
if dl == -3:
filetools.remove(filename)
dl = downloadtools.downloadfile(host + url, filename)
if dl == None:
extract()
xbmc.sleep(1000)