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']