To further clarify my previous post, I think really all I need help with is setting up the regular expression formula:
Either
Code:
http://[\w]*[/url][\.]*mysite\.[\w/&;%-\.]+/([\d\w]+)(?:.*)
or
Code:
http://[\w]*[/url][\.]*mysite\.[\w/&;%-\.]+\.mp4)
to have a second backreference (on how to do that) so I can use $p2. I've tried altering the formula many times, and so far nothing seems to be working.
Thanks,
Tim