Whatever I enter as the "URL or Embed Code" for a MySpace video, Drupal says "You have specified an invalid media URL or embed code."

For example, I've tried...

Has the URL format changed so these no longer validate? Or am I doing something wrong?

Comments

Anonymous’s picture

Hi !

The emvideo_myspace_extract function located in myspace.inc needs to be updated with the following regular expressions :
'@myspace\.com/[^/]+/videos/video/([0-9]+)@i'
'@myspace\.com/video/[^/]+/[^/]+/([0-9]+)@i'

It may need other ones ;-)