<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by 1024k.de | Userscripts.org</title>
    <description>Recent posts on all scripts by 1024k.de at userscripts.org</description>
    <link>http://userscripts.org/users/6454/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>ehow.com support added, replied by deadelvis</title>
      <description>&lt;p&gt;I updated the case above... since ehow seems to use two kinds of urls for flv's. Should be flawless now:&lt;/p&gt;

&lt;p&gt;  case 'eHow':&lt;/p&gt;

&lt;p&gt;	embmedia = document.getElementById('VideoEmbed');
&lt;br /&gt;	if (embmedia != null) {
&lt;br /&gt;		source = unescape(embmedia.getAttribute('value'));
&lt;br /&gt;		if (source.match(/flashvars=\&quot;id=http/i) !== null) {
&lt;br /&gt;			urlstart = source.indexOf('flashvars=\&quot;id=')+14;
&lt;br /&gt;			urlend = source.indexOf('.flv',urlstart)+4;
&lt;br /&gt;			source = in2html(source.substring(urlstart,urlend));
&lt;br /&gt;			filetype = '(.flv)';
&lt;br /&gt;			fileURL[fileURL.length] = urlstra+source+urlstrb+mediahost+urlstrc+filetype+urlstrd;
&lt;br /&gt;			alert(source);
&lt;br /&gt;			insert_button();
&lt;br /&gt;			
&lt;br /&gt;		}else{
&lt;br /&gt;			urlstart = source.indexOf('flashvars=\&quot;id=')+14;
&lt;br /&gt;			urlend = source.indexOf('\&amp;amp;partnerId',urlstart);
&lt;br /&gt;			source = in2html(source.substring(urlstart,urlend)); // video id instead
&lt;br /&gt;			videoid=source;
&lt;br /&gt;			xmlhttp_url = '&lt;a href=&quot;http://'+host+'/embedvars.aspx?isEhow=true&amp;amp;show_related=false&amp;amp;id=&quot;&gt;http://'+host+'/embedvars.aspx?isEhow=true&amp;amp;show...&lt;/a&gt;' + videoid;
&lt;br /&gt;			xmlhttp_request();
&lt;br /&gt;			if (xmlhttp !== false) {
&lt;br /&gt;				function ehow_xmlhttp_response() {
&lt;br /&gt;					if ((xmlhttp.readyState == 4) &amp;amp;&amp;amp; (xmlhttp.status == 200)) {
&lt;br /&gt;						xmlobject = xmlhttp.responseText;
&lt;br /&gt;   						source = in2html(xmlobject.substring(xmlobject.indexOf('&amp;amp;source=')+8, xmlobject.indexOf('.flv')+4));
&lt;br /&gt;						source = unescape(source);
&lt;br /&gt;						filetype = '(.flv)';
&lt;br /&gt;						if (source != '') {
&lt;br /&gt;							fileURL[fileURL.length] = urlstra+source+urlstrb+mediahost+urlstrc+filetype+urlstrd;
&lt;br /&gt;						}
&lt;br /&gt;						insert_button();
&lt;br /&gt;					}
&lt;br /&gt;				}
&lt;br /&gt;				xmlhttp.onreadystatechange = ehow_xmlhttp_response;
&lt;br /&gt;				xmlhttp.open(&quot;GET&quot;, xmlhttp_url, true);
&lt;br /&gt;				xmlhttp.send(null);
&lt;br /&gt;			}
&lt;br /&gt;		}
&lt;br /&gt;	}
&lt;br /&gt;	
&lt;br /&gt;   break;&lt;/p&gt;</description>
      <pubDate>Fri, 31 Jul 2009 01:16:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:31792:152674</guid>
      <author>deadelvis</author>
      <link>http://userscripts.org/posts/152674</link>
    </item>
    <item>
      <title>ehow.com support added, replied by deadelvis</title>
      <description>&lt;p&gt;Hi...
&lt;br /&gt;I really find this script useful... so I have added support for ehow.com videos. Maybe the author cares to integrate?&lt;/p&gt;

&lt;p&gt;Around line 129 add...
&lt;br /&gt;else if (host.match(/ehow\./i) != null)        {mediahost = 'eHow'}&lt;/p&gt;

&lt;p&gt;and add this case to the function extracturls()...&lt;/p&gt;

&lt;p&gt;  case 'eHow':&lt;/p&gt;

&lt;p&gt;   embmedia = document.getElementById('VideoEmbed');
&lt;br /&gt;   if (embmedia != null) {
&lt;br /&gt;    source = unescape(embmedia.getAttribute('value'));
&lt;br /&gt;     if (source.match(/flashvars=\&quot;id=/i) !== null) {
&lt;br /&gt;      urlstart = source.indexOf('flashvars=\&quot;id=')+14;
&lt;br /&gt;      urlend = source.indexOf('.flv',urlstart)+4;
&lt;br /&gt;      source = in2html(source.substring(urlstart,urlend));
&lt;br /&gt;      filetype = '(.flv)';
&lt;br /&gt;	  fileURL[fileURL.length] = urlstra+source+urlstrb+mediahost+urlstrc+filetype+urlstrd;
&lt;br /&gt;     }&lt;/p&gt;

&lt;p&gt;    }
&lt;br /&gt;   insert_button();
&lt;br /&gt;   break;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jul 2009 12:26:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:31792:152338</guid>
      <author>deadelvis</author>
      <link>http://userscripts.org/posts/152338</link>
    </item>
    <item>
      <title>Archived Comments, replied by bangalo</title>
      <description>&lt;p&gt;download viedo on &lt;a href=&quot;http://www.techtracker.info&quot;&gt;http://www.techtracker.info&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;download video on &lt;a href=&quot;http://techtracker.info&quot;&gt;http://techtracker.info&lt;/a&gt; from&lt;/p&gt;

&lt;p&gt;youtube dailymotion google video and break ifilm putfile and more easy and fast&lt;/p&gt;

&lt;p&gt;download video from most video share video on &lt;a href=&quot;http://www.techtracker.info&quot;&gt;http://www.techtracker.info&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 07 Sep 2008 22:24:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70464</guid>
      <author>bangalo</author>
      <link>http://userscripts.org/posts/70464</link>
    </item>
    <item>
      <title>Archived Comments, replied by dkhal</title>
      <description>&lt;p&gt;my script downloads youtube vids as mp4, mp3 and flv&lt;/p&gt;</description>
      <pubDate>Sat, 30 Aug 2008 21:15:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70465</guid>
      <author>dkhal</author>
      <link>http://userscripts.org/posts/70465</link>
    </item>
    <item>
      <title>Archived Comments, replied by jack1455</title>
      <description>&lt;p&gt;I would recommend you use these tools:
&lt;br /&gt;&lt;a href=&quot;http://www.free-download-youtube.com/youtube-downloader-converter.html&quot; title=&quot;YouTube Downloader Converter&quot;&gt;YouTube Downloader and Converter&lt;/a&gt;
&lt;br /&gt;.Download and convert videos from YouTube, RedTube, YouPorn, Yahoo, Veoh, Dailymotion etc.
&lt;br /&gt;.
&lt;br /&gt;&lt;a href=&quot;http://www.free-download-youtube.com/download-youtube-videos.html&quot; title=&quot;Download YouTube Videos&quot;&gt;Download YouTube Videos&lt;/a&gt;
&lt;br /&gt;.
&lt;br /&gt;&lt;a href=&quot;http://www.free-download-youtube.com/download-youtube-videos-mac.html&quot; title=&quot;Download YouTube videos for Mac&quot;&gt;YouTube Downloader for Mac&lt;/a&gt;
&lt;br /&gt;.
&lt;br /&gt;These tool can not only help you download YouTube but can help you convert YouTube videos to MP4, and &lt;a href=&quot;http://www.free-download-youtube.com/youtubetomp3.html&quot; title=&quot;YouTube to MP3&quot;&gt;Convert YouTube videos to MP3&lt;/a&gt;.Also you can &lt;a href=&quot;&quot; title=&quot;YouTube into PowerPoint&quot;&gt;insert YouTube videos into PowerPoint&lt;/a&gt; and make a great presentation.
&lt;br /&gt;Tips:
&lt;br /&gt;&lt;a href=&quot;http://blog.video-download-convert.com/youtube-to-ipod/&quot; title=&quot;YouTube to iPod&quot;&gt;YouTube to iPod&lt;/a&gt;,
&lt;br /&gt;&lt;a href=&quot;http://blog.video-download-convert.com/download-youtube-videos-to-psp/&quot; title=&quot;YouTube to PSP&quot;&gt;YouTube to PSP&lt;/a&gt;,
&lt;br /&gt;&lt;a href=&quot;http://blog.video-download-convert.com/youtube-to-mp3/&quot; title=&quot;YouTube to MP3&quot;&gt;YouTube to MP3&lt;/a&gt;,
&lt;br /&gt;&lt;a href=&quot;http://blog.video-download-convert.com/download-music-from-youtube/&quot; title=&quot;Download Music from YouTube&quot;&gt;Download Music from YouTube&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 16:27:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70466</guid>
      <author>jack1455</author>
      <link>http://userscripts.org/posts/70466</link>
    </item>
    <item>
      <title>Archived Comments, replied by Vava</title>
      <description>&lt;p&gt;It's not working on any si tes.can u say why?&lt;/p&gt;</description>
      <pubDate>Sun, 18 May 2008 07:06:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70467</guid>
      <author>Vava</author>
      <link>http://userscripts.org/posts/70467</link>
    </item>
    <item>
      <title>Archived Comments, replied by sanriver12</title>
      <description>&lt;p&gt;not working on youtube, other sites fine.&lt;/p&gt;</description>
      <pubDate>Sun, 10 Feb 2008 22:02:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70468</guid>
      <author>sanriver12</author>
      <link>http://userscripts.org/posts/70468</link>
    </item>
    <item>
      <title>Archived Comments, replied by SteeLx</title>
      <description>&lt;p&gt;nice script.&lt;/p&gt;

&lt;p&gt;also for e.g. 
&lt;br /&gt;&lt;a href=&quot;http://youtube.com/watch?v=rTDkKqXNIgI&quot;&gt;http://youtube.com/watch?v=rTDkKqXNIgI&lt;/a&gt;
&lt;br /&gt;replace it with
&lt;br /&gt;&lt;a href=&quot;http://get2pc.com/watch?v=rTDkKqXNIgI&quot;&gt;http://get2pc.com/watch?v=rTDkKqXNIgI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;then u can also download the same.&lt;/p&gt;</description>
      <pubDate>Fri, 01 Feb 2008 02:32:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70469</guid>
      <author>SteeLx</author>
      <link>http://userscripts.org/posts/70469</link>
    </item>
    <item>
      <title>Archived Comments, replied by sizzlemctwizzle</title>
      <description>&lt;p&gt;god this page is full of spam.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Nov 2007 08:25:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70470</guid>
      <author>sizzlemctwizzle</author>
      <link>http://userscripts.org/posts/70470</link>
    </item>
    <item>
      <title>Archived Comments, replied by frank d</title>
      <description>&lt;p&gt;I can not get this to work with &lt;a href=&quot;http://www.GodTube.com&quot;&gt;www.GodTube.com&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Nov 2007 19:52:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70471</guid>
      <author>frank d</author>
      <link>http://userscripts.org/posts/70471</link>
    </item>
    <item>
      <title>Archived Comments, replied by pikachu</title>
      <description>&lt;p&gt;hello all I have a big problem I can`t download this pogramm . Why??&lt;/p&gt;</description>
      <pubDate>Tue, 09 Oct 2007 19:27:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70472</guid>
      <author>pikachu</author>
      <link>http://userscripts.org/posts/70472</link>
    </item>
    <item>
      <title>Archived Comments, replied by rforums</title>
      <description>&lt;p&gt;excellent script. How about adding support for liveleak videos...&lt;/p&gt;</description>
      <pubDate>Sun, 07 Oct 2007 10:17:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70473</guid>
      <author>rforums</author>
      <link>http://userscripts.org/posts/70473</link>
    </item>
    <item>
      <title>Archived Comments, replied by JD Gunter</title>
      <description>&lt;p&gt;Thanks, this is an awesome script. =)&lt;/p&gt;</description>
      <pubDate>Mon, 13 Aug 2007 17:17:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70474</guid>
      <author>JD Gunter</author>
      <link>http://userscripts.org/posts/70474</link>
    </item>
    <item>
      <title>Archived Comments, replied by sizzlemctwizzle</title>
      <description>&lt;p&gt;oh and myspace just change the way they embed their videos, &lt;a href=&quot;http://userscripts.org/scripts/show/10653&quot;&gt;http://userscripts.org/scripts/show/10653&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 17 Jul 2007 23:11:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70475</guid>
      <author>sizzlemctwizzle</author>
      <link>http://userscripts.org/posts/70475</link>
    </item>
    <item>
      <title>Archived Comments, replied by sizzlemctwizzle</title>
      <description>&lt;p&gt;Would be nice if you added support for Facebook Video:
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/9789&quot;&gt;http://userscripts.org/scripts/show/9789&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 23 Jun 2007 21:16:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70476</guid>
      <author>sizzlemctwizzle</author>
      <link>http://userscripts.org/posts/70476</link>
    </item>
    <item>
      <title>Archived Comments, replied by zbin</title>
      <description>&lt;p&gt;:) nice job&lt;/p&gt;</description>
      <pubDate>Sun, 10 Jun 2007 16:14:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70477</guid>
      <author>zbin</author>
      <link>http://userscripts.org/posts/70477</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arvin Christopher G. Laqui</title>
      <description>&lt;p&gt;HI,&lt;/p&gt;

&lt;p&gt; I just want to request if you could please add crunchyroll.com in the list because almost all my favorite videos are in there.&lt;/p&gt;

&lt;p&gt;P.S. I love this script please continue to make more quality scripts Thanks alot !!!&lt;/p&gt;</description>
      <pubDate>Thu, 10 May 2007 08:13:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70478</guid>
      <author>Arvin Christopher G. Laqui</author>
      <link>http://userscripts.org/posts/70478</link>
    </item>
    <item>
      <title>Archived Comments, replied by JasonMel</title>
      <description>&lt;p&gt;I've used the heck out of this script, and it's a beautiful thing. I only wish this allowed downloading movie previews at NetFlix.&lt;/p&gt;</description>
      <pubDate>Sun, 06 May 2007 06:10:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70479</guid>
      <author>JasonMel</author>
      <link>http://userscripts.org/posts/70479</link>
    </item>
    <item>
      <title>Archived Comments, replied by yngwie</title>
      <description>&lt;p&gt;Hi, I have solved my previous problem, however this isn't working for Sevenload! Can someone help please, thanks?&lt;/p&gt;</description>
      <pubDate>Fri, 04 May 2007 08:01:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70480</guid>
      <author>yngwie</author>
      <link>http://userscripts.org/posts/70480</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tarrant</title>
      <description>&lt;p&gt;this did not work on myvideo.de webside. could somebody help? not sure about what djinn said.&lt;/p&gt;</description>
      <pubDate>Wed, 02 May 2007 18:09:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70481</guid>
      <author>Tarrant</author>
      <link>http://userscripts.org/posts/70481</link>
    </item>
    <item>
      <title>Archived Comments, replied by yngwie</title>
      <description>&lt;p&gt;Hello, I'm trying to install this script and a Windows Script Host window pops up with the following error:&lt;/p&gt;

&lt;p&gt;Line: 17
&lt;br /&gt;Char: 1
&lt;br /&gt;Error: 'top' is undefined
&lt;br /&gt;Code: 800A1391
&lt;br /&gt;Source: Microsoft JSCript runtime error&lt;/p&gt;

&lt;p&gt;Anyone knows how can I solve this? Thanks.&lt;/p&gt;</description>
      <pubDate>Sun, 29 Apr 2007 12:02:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70482</guid>
      <author>yngwie</author>
      <link>http://userscripts.org/posts/70482</link>
    </item>
    <item>
      <title>Archived Comments, replied by djinn</title>
      <description>&lt;p&gt;I just found out that the script is no longer working with myvideo.de.
&lt;br /&gt;To fix it edit the source code and replace&lt;/p&gt;

&lt;p&gt;'.myvideo.de/')+12&lt;/p&gt;

&lt;p&gt;with &lt;/p&gt;

&lt;p&gt;'.llnwd.net/')+14&lt;/p&gt;</description>
      <pubDate>Tue, 02 Jan 2007 20:41:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70483</guid>
      <author>djinn</author>
      <link>http://userscripts.org/posts/70483</link>
    </item>
    <item>
      <title>Archived Comments, replied by jessx4680</title>
      <description>&lt;p&gt;hi this works perfectly for me except for youtube they changed their site and i can't download videos anymore. is there any way to fix this? thanx&lt;/p&gt;</description>
      <pubDate>Mon, 11 Dec 2006 10:29:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70484</guid>
      <author>jessx4680</author>
      <link>http://userscripts.org/posts/70484</link>
    </item>
    <item>
      <title>Archived Comments, replied by kravinec</title>
      <description>&lt;p&gt;I have a problem with Greasemonkey, Firefox 2.0 and this script (with all scripts). I cannot install it. After pressing &quot;Install&quot; button it stopped. What to do ?&lt;/p&gt;</description>
      <pubDate>Fri, 08 Dec 2006 18:59:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70485</guid>
      <author>kravinec</author>
      <link>http://userscripts.org/posts/70485</link>
    </item>
    <item>
      <title>Archived Comments, replied by pleasedelete</title>
      <description>&lt;p&gt;Thanks reisirumuz that's much better, could you tell me how i can place the box in the top left hand corner? This area seems to be the area which is least used by sites.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Sat, 02 Dec 2006 20:16:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16452:70486</guid>
      <author>pleasedelete</author>
      <link>http://userscripts.org/posts/70486</link>
    </item>
  </channel>
</rss>
