a old problem (7.0.4) to post "ANY" embeded youtube videos strikes back in beta 7.1!
FIX MANUAL:
Edit "modules/boonex/videos/classes/BxVideosConfig.php", find the following code:
define("YOUTUBE_VIDEO_RSS", 'http://gdata.youtube.com/feeds/api/videos?q="#video#"');
and replace with the following:
define("YOUTUBE_VIDEO_RSS", 'http://gdata.youtube.com/feeds/api/videos/#video#');
Save the file after that.
Here is the forum post to fix this old issue: http://www.boonex.com/forums/topic/Youtube-Embed-Failed.htm
after this fix, dolphin working correct with youtube links! thank you rayz!