Mod for watching videos in streaming from linux
![]() ![]() |
Hi, i've modified this script, adding a link to view videos in streaming from veoh without the client, so the videos can be watched from Linux.
I added a style:
In function getDownloadURL i added :
Then in function createDownloadLink:
var viewLinkPreview = $("gsviewLink"); if (!viewLinkPreview) { viewLinkPreview = createNode("a", {id: "gsviewLink", href: viewURL, title: "Watch full video ", type: "video/x-flv"}, {textContent: "Watch full Video"}); actionsDiv.appendChild(viewLinkPreview); } // The link was successfully added viewURL = null; |
![]() |
EDIT: Crap... I didn't realize this was 2 years old :( |

