VVVVID Supporto Videoteca

non è ancora possibile avere più di 15 risultati :.(
This commit is contained in:
Alhaziel
2019-09-27 12:21:50 +02:00
parent 7f9608e465
commit 8fee70efc6
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -878,7 +878,7 @@ def pagination(itemlist, item, page, perpage, function_level=1):
thumbnail=thumb()))
return itemlist
def server(item, data='', itemlist=[], headers='', AutoPlay=True, CheckLinks=True):
def server(item, data='', itemlist=[], headers='', AutoPlay=True, CheckLinks=True, download=True):
if not data:
data = httptools.downloadpage(item.url, headers=headers, ignore_response_code=True).data
@@ -929,7 +929,7 @@ def controls(itemlist, item, AutoPlay=True, CheckLinks=True):
autoplay.start(itemlist, item)
if item.contentChannel != 'videolibrary': videolibrary(itemlist, item, function_level=3)
if get_setting('downloadenabled'): download(itemlist, item, function_level=3)
if get_setting('downloadenabled') and download == True: download(itemlist, item, function_level=3)
return itemlist
def filterLang(item, itemlist):