Fixed metacafe BB code media site not working

Jake Bunce

Well-known member
New install of 1.1.0 b4.

The default metacafe BB code doesn't work. I was able to fix it by adding the red piece to the regex:

Admin CP -> Home -> BB Code Media Sites -> Metacafe -> Match URLs

Rich (BB code):
#metacafe.com/watch/(?P<id>\d+/[a-z0-9_]+)/#siU

URL tested:
http://www.metacafe.com/watch/6893060/forza_mororsport_4_driving_through_the_alps/
 
Should be fixed in the next upgrade. Looks like a backslash got lost due to MySQL's behavior here?
 
Top Bottom