From 35fb388f3620fa42191e066366235c11c807681f Mon Sep 17 00:00:00 2001 From: piplongrun Date: Mon, 23 Jan 2017 22:19:27 +0100 Subject: [PATCH] Update regex --- Contents/Services/URL/Trailer Addict/ServiceCode.pys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contents/Services/URL/Trailer Addict/ServiceCode.pys b/Contents/Services/URL/Trailer Addict/ServiceCode.pys index 74dbe2d..fb25b10 100644 --- a/Contents/Services/URL/Trailer Addict/ServiceCode.pys +++ b/Contents/Services/URL/Trailer Addict/ServiceCode.pys @@ -1,5 +1,5 @@ import unwise -RE_FILES = Regex("file:'([^']+)'") +RE_FILES = Regex("file: *'([^']+)'") #################################################################################################### def MediaObjectsForURL(url):