YouTube video is not being displayed anymore:

http://serke.org/node/5497

Drupal 6 using module emfield and Media: Youtube. Suddenly stopped working. What's wrong?

Here's console errors:

https://www.youtube.com/v/cRTHy1eH3y0&amp Failed to load resource: the server responded with a status of 404 ()
Drupal logs are empty.

Comments

Heihachi88 created an issue.

rs3876’s picture

Seems YouTube has stopped supporting this url format.
https://www.youtube.com/watch?v=cRTHy1eH3y0&amp should be working.
Did not do any research but seems a change in function media_youtube_emfield_data() of media_youtube.module

joseph.olstad’s picture

Hi rs3876, try this patch:
#1651190-8: Playlist embeds still broken

if it works, please let me know.