Download & Extend

Support for Yahoo Video

Project:Video Filter
Version:6.x-2.7
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs work

Issue Summary

Here is a patch that adds support for Yahoo Video (http://video.yahoo.com/). It is a bit hack-ish since I couldn't get the videos to work without the <embed> tag, but it does work.

AttachmentSize
video-filter-yahoo.patch2.18 KB

Comments

#1

Component:Documentation» Code
Status:needs review» needs work

I like things that work :)

This needs a look though I think: $attributes['allowFullScreen'] = empty($video['autoplay']) ? 'false' : 'true';