<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Download video from Veoh | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/28954</link>
    <description>Recent comments on userscript: Download video from Veoh</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Mod for watching videos in streaming from linux, replied by kaaio</title>
      <description>&lt;p&gt;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.
&lt;br /&gt;It seems to work for almost all videos, i'm still testing it but it seems to work fine!&lt;/p&gt;

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

&lt;p&gt;In function getDownloadURL i added :
&lt;br /&gt;&lt;code&gt;viewURL = &quot;http://www.veoh.com/static/flash/players/veohplayer.swf?permalinkId=&quot;+permalinkId+&quot;&amp;amp;player=videodetailsembedded&amp;amp;contentRatingId=1&quot;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then in function createDownloadLink:
&lt;br /&gt;&lt;code&gt;// Creates the view link and appends it to the actions div if it isn't there already (it shouldn't be)&lt;/p&gt;

&lt;p&gt;	var viewLinkPreview = $(&quot;gsviewLink&quot;);&lt;/p&gt;

&lt;p&gt;	if (!viewLinkPreview) {&lt;/p&gt;

&lt;p&gt;		viewLinkPreview = createNode(&quot;a&quot;, {id: &quot;gsviewLink&quot;, href: viewURL, title: &quot;Watch full video &quot;, type: &quot;video/x-flv&quot;}, {textContent: &quot;Watch full Video&quot;});&lt;/p&gt;

&lt;p&gt;		actionsDiv.appendChild(viewLinkPreview);&lt;/p&gt;

&lt;p&gt;	}&lt;/p&gt;

&lt;p&gt;	// The link was successfully added&lt;/p&gt;

&lt;p&gt;	viewURL = null;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 10 Aug 2009 18:31:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:32548:156714</guid>
      <author>kaaio</author>
      <link>http://userscripts.org/posts/156714</link>
    </item>
    <item>
      <title>Script updated, replied by Mindeye</title>
      <description>&lt;p&gt;- Complete rewrite to get the script working with the new Veoh design&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 03:58:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25582:114862</guid>
      <author>Mindeye</author>
      <link>http://userscripts.org/posts/114862</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mindeye</title>
      <description>&lt;p&gt;I'm afraid I don't know about that &lt;code&gt;??&lt;/code&gt; operator. Besides, trying to access the &lt;code&gt;[1]&lt;/code&gt; member of the match result if the match method returns null will throw an exception and halt the script&lt;/p&gt;</description>
      <pubDate>Sat, 20 Sep 2008 06:06:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26101</guid>
      <author>Mindeye</author>
      <link>http://userscripts.org/posts/26101</link>
    </item>
    <item>
      <title>Archived Comments, replied by Avindra V.G.</title>
      <description>&lt;p&gt;I believe this section:&lt;/p&gt;

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

&lt;p&gt;can be condensed to:
&lt;br /&gt;&lt;pre&gt;var permalinkId = window.location.pathname.match(/\/videos\/([\w\d]+)/i)[1] ?? return;&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 20 Sep 2008 03:08:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26102</guid>
      <author>Avindra V.G.</author>
      <link>http://userscripts.org/posts/26102</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mindeye</title>
      <description>&lt;p&gt;possumboy:&lt;/p&gt;

&lt;p&gt;Veoh doesn't let you download all the videos in the original format from the page&lt;/p&gt;</description>
      <pubDate>Sat, 12 Jul 2008 13:14:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26103</guid>
      <author>Mindeye</author>
      <link>http://userscripts.org/posts/26103</link>
    </item>
    <item>
      <title>Archived Comments, replied by possumboy</title>
      <description>&lt;p&gt;isn't this script a bit... pointless?
&lt;br /&gt;I mean you can download the video in its original format already.
&lt;br /&gt;Why would you bother downloading it as an flv?&lt;/p&gt;

&lt;p&gt;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...&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jul 2008 22:04:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26104</guid>
      <author>possumboy</author>
      <link>http://userscripts.org/posts/26104</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mindeye</title>
      <description>&lt;p&gt;freeser:&lt;/p&gt;

&lt;p&gt;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&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jul 2008 21:50:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26105</guid>
      <author>Mindeye</author>
      <link>http://userscripts.org/posts/26105</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mindeye</title>
      <description>&lt;p&gt;Script updated:&lt;/p&gt;

&lt;p&gt;- Fixed to work in 18+ videos (any content rating id)&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jul 2008 21:48:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26106</guid>
      <author>Mindeye</author>
      <link>http://userscripts.org/posts/26106</link>
    </item>
    <item>
      <title>Archived Comments, replied by freeser</title>
      <description>&lt;p&gt;not work :-(( on this site:
&lt;br /&gt;&lt;a href=&quot;http://g-stream.in/g-stream/viewtopic.php?f=88&amp;amp;t=1819&quot;&gt;http://g-stream.in/g-stream/viewtopic.php?f=88&amp;amp;...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jul 2008 20:21:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26107</guid>
      <author>freeser</author>
      <link>http://userscripts.org/posts/26107</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mindeye</title>
      <description>&lt;p&gt;It works for me Sebastian. It adds a &lt;b&gt;Download FLV Video&lt;/b&gt; 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&lt;/p&gt;</description>
      <pubDate>Sat, 28 Jun 2008 17:02:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26108</guid>
      <author>Mindeye</author>
      <link>http://userscripts.org/posts/26108</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sebastian Lewis</title>
      <description>&lt;p&gt;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).&lt;/p&gt;

&lt;p&gt;Please fix this, and Thanks.&lt;/p&gt;

&lt;p&gt;Sebastian&lt;/p&gt;</description>
      <pubDate>Sat, 28 Jun 2008 08:32:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26109</guid>
      <author>Sebastian Lewis</author>
      <link>http://userscripts.org/posts/26109</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:06:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11055:26100</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/26100</link>
    </item>
  </channel>
</rss>
