Download video from Veoh

By Mindeye Last update Apr 26, 2009 — Installed 5,670 times.

Mod for watching videos in streaming from linux

in
Subscribe to Mod for watching videos in streaming from linux 2 posts, 2 voices



kaaio User
FirefoxX11

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.
It seems to work for almost all videos, i'm still testing it but it seems to work fine!

I added a style:
GM_addStyle("#gsviewLink {margin: 2px 1px; padding: 2px 6px; border: thin ridge #B0B0B0; -moz-border-radius: 3px; " + "background-color: #EAEAEA; font-weight: bold; float: right}");

In function getDownloadURL i added :
viewURL = "http://www.veoh.com/static/flash/players/veohplayer.swf?permalinkId="+permalinkId+"&player=videodetailsembedded&contentRatingId=1"

Then in function createDownloadLink:
// Creates the view link and appends it to the actions div if it isn't there already (it shouldn't be)

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;

 
Japzone Scriptwright
Firefox

EDIT: Crap... I didn't realize this was 2 years old :(

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel