<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Downloading content from Rapidshare.com using wget and bash</title>
	<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/</link>
	<description>Technology in a world gone mad</description>
	<pubDate>Wed, 10 Mar 2010 11:11:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: attrox</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-89</link>
		<pubDate>Sun, 04 Mar 2007 00:15:09 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-89</guid>
					<description>That works Great! Thank You!</description>
		<content:encoded><![CDATA[<p>That works Great! Thank You!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: somebody</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-87</link>
		<pubDate>Tue, 27 Feb 2007 12:06:59 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-87</guid>
					<description>does this script still work, i'm running it on cygwin, and it doesn't seem to do anything, actualurl always is empty</description>
		<content:encoded><![CDATA[<p>does this script still work, i&#8217;m running it on cygwin, and it doesn&#8217;t seem to do anything, actualurl always is empty
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: marc</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-86</link>
		<pubDate>Sun, 25 Feb 2007 13:56:30 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-86</guid>
					<description>awesome job! you've saved me a lot of work :)</description>
		<content:encoded><![CDATA[<p>awesome job! you&#8217;ve saved me a lot of work <img src='http://www.markontech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nanyo</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-32</link>
		<pubDate>Sun, 18 Feb 2007 00:01:22 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-32</guid>
					<description>I am having an error when trying to download look:

ACTUALURL:
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.


Any help?</description>
		<content:encoded><![CDATA[<p>I am having an error when trying to download look:</p>
<p>ACTUALURL:<br />
wget: missing URL<br />
Usage: wget [OPTION]&#8230; [URL]&#8230;</p>
<p>Try `wget &#8211;help&#8217; for more options.</p>
<p>Any help?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Name</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-31</link>
		<pubDate>Fri, 16 Feb 2007 08:53:42 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-31</guid>
					<description>http://www.google.co.uk/search?hl=en&#38;q=wget+rapidshare.com&#38;meta=

http://en.wikipedia.org/wiki/RapidShare
- see wget

#
# rapidbash 
# - use standard unix cmds and wget to rapidshare download
#

user=''
pass=''
link=''

file=''

WGOPT='-c -q --no-check-certificate'

getpara(){
        user=$1
        pass=$2
        link=$3
        file=$(basename $3)
        return 0
}

help(){
        cat </description>
		<content:encoded><![CDATA[<p><a href='http://www.google.co.uk/search?hl=en&amp;q=wget+rapidshare.com&amp;meta=' rel='nofollow'>http://www.google.co.uk/search?hl=en&amp;q=wget+rapidshare.com&amp;meta=</a></p>
<p><a href='http://en.wikipedia.org/wiki/RapidShare' rel='nofollow'>http://en.wikipedia.org/wiki/RapidShare</a><br />
- see wget</p>
<p>#<br />
# rapidbash<br />
# - use standard unix cmds and wget to rapidshare download<br />
#</p>
<p>user='&#8217;<br />
pass='&#8217;<br />
link='&#8217;</p>
<p>file='&#8217;</p>
<p>WGOPT=&#8217;-c -q &#8211;no-check-certificate&#8217;</p>
<p>getpara(){<br />
        user=$1<br />
        pass=$2<br />
        link=$3<br />
        file=$(basename $3)<br />
        return 0<br />
}</p>
<p>help(){<br />
        cat
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pat</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-28</link>
		<pubDate>Fri, 09 Feb 2007 11:32:56 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-28</guid>
					<description>Eh, the change with the ./ is wrong due to the `.  Should have bigger fonts... :)</description>
		<content:encoded><![CDATA[<p>Eh, the change with the ./ is wrong due to the `.  Should have bigger fonts&#8230; <img src='http://www.markontech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pat</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-27</link>
		<pubDate>Fri, 09 Feb 2007 11:11:14 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-27</guid>
					<description>and tail -1 is deprecated ... tail -n 1 is the new format.</description>
		<content:encoded><![CDATA[<p>and tail -1 is deprecated &#8230; tail -n 1 is the new format.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pat</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-26</link>
		<pubDate>Fri, 09 Feb 2007 11:10:03 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-26</guid>
					<description>You have small mistake in your script.  The line actualURL=`list_urls.sed $fileName.temp2 &#124; grep /files &#124; tail -1` should have ...`./list_urls.sed  $fileName.temp2 ...</description>
		<content:encoded><![CDATA[<p>You have small mistake in your script.  The line actualURL=`list_urls.sed $fileName.temp2 | grep /files | tail -1` should have &#8230;`./list_urls.sed  $fileName.temp2 &#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pat</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-25</link>
		<pubDate>Thu, 08 Feb 2007 11:32:11 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-25</guid>
					<description>Nice work Mark.  Wanted to write such script on my own but I see it would take some time to write it.  I like the list_url.sed script :)).  Thank you for making this publicly available.</description>
		<content:encoded><![CDATA[<p>Nice work Mark.  Wanted to write such script on my own but I see it would take some time to write it.  I like the list_url.sed script <img src='http://www.markontech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).  Thank you for making this publicly available.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: kmb</title>
		<link>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-23</link>
		<pubDate>Tue, 30 Jan 2007 18:55:58 +0000</pubDate>
		<guid>http://www.markontech.com/2006/12/22/downloading-content-from-rapidsharecom-using-wget-and-bash/#comment-23</guid>
					<description>Unfortunately this didn't work. However, I'm using RapGet with Wine, and apart from some minor annoyances, that works fine!</description>
		<content:encoded><![CDATA[<p>Unfortunately this didn&#8217;t work. However, I&#8217;m using RapGet with Wine, and apart from some minor annoyances, that works fine!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
