OK... So I did a regex for FloWrestling and everything is checking out in RegEx Buddy, but when I try to use a URL the page times out.
Here are my settings:
URL Looks Like this:
PHP Code:
http://www.flowrestling.org/videos/coverage/view_video/237230-2010-russian-nationals/344363-60-kg-sf-besik-kudukhov-vs-rasul-murtazalenev
URL:
PHP Code:
http:\/\/www\.flowrestling\.org\/videos\/[\w+\-]+\/\w+\/[\w+\-]+\/[\w.\-\/]+
SCRAPE:
PHP Code:
http://d18tka3ecu2l5z.cloudfront.net/(.+)(.*)\.mp4
EMBED:
I did just the "Raw code" to test to see if it would display everything properly.. since it hasn't I haven't added it to an embed yet.
Can one of the resident RegEx experts check this out?