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