From 4d50c631e63328b7228fcf2036602838c3f0ac68 Mon Sep 17 00:00:00 2001 From: Alfa-beto <30815244+Alfa-beto@users.noreply.github.com> Date: Wed, 30 Jan 2019 13:50:32 -0300 Subject: [PATCH] PelisRex ajustes finales --- plugin.video.alfa/channels/pelisrex.json | 6 ++++-- plugin.video.alfa/channels/pelisrex.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plugin.video.alfa/channels/pelisrex.json b/plugin.video.alfa/channels/pelisrex.json index 9f064baf..7f40359b 100644 --- a/plugin.video.alfa/channels/pelisrex.json +++ b/plugin.video.alfa/channels/pelisrex.json @@ -8,7 +8,8 @@ "banner": "", "version": 1, "categories": [ - "movie" + "movie", + "vos" ], "settings": [ { @@ -28,7 +29,8 @@ "visible": true, "lvalues": [ "No filtrar", - "LAT" + "LAT", + "VOSE" ] }, { diff --git a/plugin.video.alfa/channels/pelisrex.py b/plugin.video.alfa/channels/pelisrex.py index f82b76bb..b14c5cbd 100644 --- a/plugin.video.alfa/channels/pelisrex.py +++ b/plugin.video.alfa/channels/pelisrex.py @@ -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']