Closed (fixed)
Project:
Embedded Media Field
Version:
5.x-1.2
Component:
Embedded Video Field
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2008 at 22:01 UTC
Updated:
23 May 2009 at 23:20 UTC
The embedded video field works great. Together with the feed api it could allow one to automatically import youtube video as nodes from a youtube rss. There is one problem though:
It seems only to accept only youtube urls in the form:
http://youtube.com/watch/v/eQ8ZWMlObGE
and
http://youtube.com/watch?v=eQ8ZWMlObGE
and NOT in the form
http://youtube.com/?v=eQ8ZWMlObGE
The last form is the form youtube uses in its rss feeds (the link tag) :-(. Youtube is not very consequent, I know.
Comments
Comment #1
buzink commentedThe solution to problem above is adding
'@youtube\.com/\?v=([^"\&]+)@i',after line 154 in /modules/emfield/contrib/video_cck/providers/youtube.inc ;-)
Comment #2
alex ua commentedThis has been fixed for a while now.