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):