PelisRex ajustes finales
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"banner": "",
|
||||
"version": 1,
|
||||
"categories": [
|
||||
"movie"
|
||||
"movie",
|
||||
"vos"
|
||||
],
|
||||
"settings": [
|
||||
{
|
||||
@@ -28,7 +29,8 @@
|
||||
"visible": true,
|
||||
"lvalues": [
|
||||
"No filtrar",
|
||||
"LAT"
|
||||
"LAT",
|
||||
"VOSE"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user