From 0e3cae850dd004869d6ed5b59e99cc503c003a7c Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Fri, 26 Jan 2018 08:20:58 -0500 Subject: [PATCH] mundoflv: update servers --- plugin.video.alfa/channels/mundoflv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/mundoflv.py b/plugin.video.alfa/channels/mundoflv.py index 8eeb1dae..00b0b14a 100755 --- a/plugin.video.alfa/channels/mundoflv.py +++ b/plugin.video.alfa/channels/mundoflv.py @@ -641,7 +641,7 @@ def play(item): logger.info() data = httptools.downloadpage(item.url).data - if item.server not in ['streamplay','streame']: + if item.server not in ['streamplay','streame', 'clipwatching', 'vidoza']: url = scrapertools.find_single_match(data, '<(?:IFRAME|iframe).*?(?:SRC|src)=*([^ ]+) (?!style|STYLE)') else: url = scrapertools.find_single_match(data, '')