Probabile Fix Autoplay Torrent

This commit is contained in:
Alhaziel01
2021-10-29 16:25:53 +02:00
parent 852588254a
commit e70c18efa3
3 changed files with 15 additions and 12 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)