From 2432914631fa0cab4f1fa309c306c9f4cc005195 Mon Sep 17 00:00:00 2001 From: mac12m99 Date: Mon, 18 Nov 2019 23:12:11 +0100 Subject: [PATCH] streamtime: eliminato link download --- channels/streamtime.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/channels/streamtime.py b/channels/streamtime.py index 49ee545c..9301a723 100644 --- a/channels/streamtime.py +++ b/channels/streamtime.py @@ -164,12 +164,12 @@ def findvideos(item): thumbnail=item.thumbnail, quality=item.quality, contentType=item.contentType)) - download = itemlist[0].clone() - if item.contentType == 'movie': - download.url = downPrefix + id - else: - download.url = downPrefix + id + '-S' + season + '-' + episode - itemlist.append(download) + # download = itemlist[0].clone() + # if item.contentType == 'movie': + # download.url = downPrefix + id + # else: + # download.url = downPrefix + id + '-S' + season + '-' + episode + # itemlist.append(download) else: # google drive... pass