Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
piplongrun authored Jan 23, 2017
1 parent 7007cd9 commit 35fb388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Services/URL/Trailer Addict/ServiceCode.pys
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unwise
RE_FILES = Regex("file:'([^']+)'")
RE_FILES = Regex("file: *'([^']+)'")

####################################################################################################
def MediaObjectsForURL(url):
Expand Down

0 comments on commit 35fb388

Please sign in to comment.