Quote:
Originally Posted by aggiefan
http://www.metacafe.com/watch/682016...our_earphones/
is there maybe some sort of a limit to how long the url can be? I tried pasting that video into our forum and it only gave it to me as a link vs embedded video player. and our script is working fine because i could play the metacafe video you posted above.
|
Its the / at the end of the URL. If you change the regexp for the item to:
http://[a-z]*?[\.]?metacafe\.com/watch/([0-9]+/[a-z0-9_]*)[&\w;=\+_\-/]*
Then it will work