PelisRex ajustes finales

This commit is contained in:
Alfa-beto
2019-01-30 13:50:32 -03:00
committed by GitHub
parent 29001df8a6
commit 4d50c631e6
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -8,7 +8,8 @@
"banner": "",
"version": 1,
"categories": [
"movie"
"movie",
"vos"
],
"settings": [
{
@@ -28,7 +29,8 @@
"visible": true,
"lvalues": [
"No filtrar",
"LAT"
"LAT",
"VOSE"
]
},
{
+1 -1
View File
@@ -19,7 +19,7 @@ from channels import filtertools
host = 'https://www.pelisrex.com/'
IDIOMAS = {'Latino': 'LAT'}
IDIOMAS = {'Latino': 'LAT', 'Subtitulada': 'VOSE'}
list_language = IDIOMAS.values()
list_quality = []
list_servers = ['gounlimited', 'rapidvideo', 'vshare', 'clipwatching', 'jawclowd', 'streamango']