Add files via upload

aggiunti i server in lista_servers
This commit is contained in:
greko17
2019-04-30 23:45:22 +02:00
committed by GitHub
parent 7462caa9ef
commit 20d86c5678
2 changed files with 11 additions and 3 deletions

View File

@@ -29,6 +29,14 @@
"enabled": true,
"visible": true
},
{
"id": "include_in_newest_italiano",
"type": "bool",
"label": "Includi in Novità - Italiano",
"default": true,
"enabled": true,
"visible": true
},
{
"id": "include_in_global_search",
"type": "bool",

View File

@@ -47,10 +47,10 @@ headers = [['User-Agent', 'Mozilla/50.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/
['Referer', host]]#,['Accept-Language','it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3']]
IDIOMAS = {'Italiano': 'ITA'}
IDIOMAS = {'Italiano': 'IT'}
list_language = IDIOMAS.values()
list_servers = []#'openload', 'streamcherry', 'youtube','rapidvideo', 'streamango']
list_quality = []#'default']
list_servers = ['openload', 'streamcherry','rapidvideo', 'streamango', 'supervideo']
list_quality = ['default','HD']#'default']
# =========== home menu ===================