From 218f5ef437af49686da6e4ec7dd691587edd2871 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 15 Feb 2020 12:23:50 +0100 Subject: [PATCH] Fix VVVVID --- channels/vvvvid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/vvvvid.py b/channels/vvvvid.py index 02e8dce1..e85a762f 100644 --- a/channels/vvvvid.py +++ b/channels/vvvvid.py @@ -206,7 +206,7 @@ def findvideos(item): if 'youtube' in url: item.url = url item.url = url.replace('manifest.f4m','master.m3u8').replace('http://','https://').replace('/z/','/i/') if 'https' not in item.url: - url = support.match('https://or01.top-ix.org/videomg/_definst_/mp4:' + item.url + '/playlist.m3u') + url = support.match('https://or01.top-ix.org/videomg/_definst_/mp4:' + item.url + '/playlist.m3u').data url = url.split()[-1] itemlist.append( Item(action= 'play',