From 59dae4054dd3e80d6df4de001afc5b6837eec4d7 Mon Sep 17 00:00:00 2001 From: piplongrun Date: Sat, 25 Feb 2017 04:21:42 +0100 Subject: [PATCH] Whoops, type... Late at night... :p --- Contents/Services/URL/MUVIO/ServiceCode.pys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contents/Services/URL/MUVIO/ServiceCode.pys b/Contents/Services/URL/MUVIO/ServiceCode.pys index 5479507..b9fccb5 100644 --- a/Contents/Services/URL/MUVIO/ServiceCode.pys +++ b/Contents/Services/URL/MUVIO/ServiceCode.pys @@ -1,4 +1,4 @@ -RE_VIDEOS = Regex('"quality":"(meduim|high)".+?"url":"([^"]+)"') +RE_VIDEOS = Regex('"quality":"(medium|high)".+?"url":"([^"]+)"') #################################################################################################### def MetadataObjectForURL(url):