Download video from Veoh

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

Archived Comments (locked)

in
Subscribe to Archived Comments 10 posts, 6 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Mindeye Script's Author

I'm afraid I don't know about that ?? operator. Besides, trying to access the [1] member of the match result if the match method returns null will throw an exception and halt the script

 
Avindra V.G. Scriptwright

I believe this section:

var permalinkId = window.location.pathname.match(/\/videos\/([\w\d]+)/i);
if (permalinkId === null) {
	return;
}
else {
	permalinkId = permalinkId[1];
}

can be condensed to:

var permalinkId = window.location.pathname.match(/\/videos\/([\w\d]+)/i)[1] ?? return;

 
Mindeye Script's Author

possumboy:

Veoh doesn't let you download all the videos in the original format from the page

 
possumboy Scriptwright

isn't this script a bit... pointless?
I mean you can download the video in its original format already.
Why would you bother downloading it as an flv?

Basically why make a script to let you download a video file - when you can already download the video, most likely in a higher quality...

 
Mindeye Script's Author

freeser:

The script only works in Veoh page, not in other pages with the player embedded. Find the video that page is loading in Veoh and download it from there

 
Mindeye Script's Author

Script updated:

- Fixed to work in 18+ videos (any content rating id)

 
freeser User

not work :-(( on this site:
http://g-stream.in/g-stream/viewtopic.php?f=88&...

 
Mindeye Script's Author

It works for me Sebastian. It adds a Download FLV Video link in the box under the video. If it doesn't work for you, please post a link to a video page where that happens

 
Sebastian Lewis User

The script isn't working at all... it's installed but right clicking on the Greasemonkey Script icon doesn't show it working so I can't even begin to search for a Download link on the page... a screenshot to where it is might also be helpful... but really I just want a link instead of any fancy buttons, I like to copy the location instead of downloading so I can stream it in Quicktime Player instead (I despise Flash).

Please fix this, and Thanks.

Sebastian

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