<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marius van Witzenburg &#187; Sex</title>
	<atom:link href="http://mariusvw.com/tag/sex/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariusvw.com</link>
	<description>We fight for our survival, we fight!</description>
	<lastBuildDate>Tue, 27 Dec 2011 10:35:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to download sexdumpert.nl photo&#8217;s or video&#8217;s with a simple Bash script</title>
		<link>http://mariusvw.com/2011/07/17/how-to-download-sexdumpert-nl-photos-or-videos-with-a-simple-bash-script/</link>
		<comments>http://mariusvw.com/2011/07/17/how-to-download-sexdumpert-nl-photos-or-videos-with-a-simple-bash-script/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 13:38:53 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Dumpert]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Porn]]></category>
		<category><![CDATA[Sex]]></category>

		<guid isPermaLink="false">http://kitara.nl/?p=235</guid>
		<description><![CDATA[Here is the simple script which downloads all photos from sexdumpert.nl Just save the file as run.sh in a directory and run it. It will save all photos found. #!/bin/bash &#160; if &#91; ! -d 'files' &#93; then mkdir files fi &#160; for &#40;&#40;a = 0; a &#60;= 999; a++&#41;&#41; do ca=`printf &#34;%03d&#34; $a` for [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the simple script which downloads all photos from sexdumpert.nl</p>
<p>Just save the file as run.sh in a directory and run it. It will save all photos found.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">'files'</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #c20cb9; font-weight: bold;">mkdir</span> files
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>a = <span style="color: #000000;">0</span>; a <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">999</span>; a++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">do</span>
    <span style="color: #007800;">ca</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;%03d&quot;</span> <span style="color: #007800;">$a</span><span style="color: #000000; font-weight: bold;">`</span>
    <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>b = <span style="color: #000000;">0</span>; b <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">999</span>; b++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
    <span style="color: #000000; font-weight: bold;">do</span>
        <span style="color: #007800;">cb</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;%03d&quot;</span> <span style="color: #007800;">$b</span><span style="color: #000000; font-weight: bold;">`</span>
        <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>c = <span style="color: #000000;">0</span>; c <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">999</span>; <span style="color: #c20cb9; font-weight: bold;">c++</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #000000; font-weight: bold;">do</span>      
            <span style="color: #007800;">cc</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;%03d&quot;</span> <span style="color: #007800;">$c</span><span style="color: #000000; font-weight: bold;">`</span>
            <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>d = <span style="color: #000000;">0</span>; d <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">999</span>; d++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
            <span style="color: #000000; font-weight: bold;">do</span>      
                <span style="color: #007800;">cd</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;%03d&quot;</span> <span style="color: #007800;">$d</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
                <span style="color: #007800;">url</span>=<span style="color: #ff0000;">&quot;http://mediadata.sexdumpert.nl/<span style="color: #007800;">$ca</span>/<span style="color: #007800;">$cb</span>/<span style="color: #007800;">$cc</span>/<span style="color: #007800;">$cd</span>.jpg&quot;</span>
                <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$url</span>
                <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>curl <span style="color: #007800;">$url</span> <span style="color: #660033;">-o</span> <span style="color: #ff0000;">&quot;files/<span style="color: #007800;">$ca</span>-<span style="color: #007800;">$cb</span>-<span style="color: #007800;">$cc</span>-<span style="color: #007800;">$cd</span>.flv&quot;</span>
&nbsp;
            <span style="color: #000000; font-weight: bold;">done</span>    
        <span style="color: #000000; font-weight: bold;">done</span>    
    <span style="color: #000000; font-weight: bold;">done</span>    
<span style="color: #000000; font-weight: bold;">done</span></pre></div></div>

<p>Here is the simple script which downloads all video's from sexdumpert.nl</p>
<p>Just save the file as run.sh in a directory and run it. It will save all video's found.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">'files'</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #c20cb9; font-weight: bold;">mkdir</span> files
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>a = <span style="color: #000000;">0</span>; a <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">999</span>; a++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">do</span>
    <span style="color: #007800;">ca</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;%03d&quot;</span> <span style="color: #007800;">$a</span><span style="color: #000000; font-weight: bold;">`</span>
    <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>b = <span style="color: #000000;">0</span>; b <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">999</span>; b++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
    <span style="color: #000000; font-weight: bold;">do</span>
        <span style="color: #007800;">cb</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;%03d&quot;</span> <span style="color: #007800;">$b</span><span style="color: #000000; font-weight: bold;">`</span>
        <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>c = <span style="color: #000000;">0</span>; c <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">999</span>; <span style="color: #c20cb9; font-weight: bold;">c++</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #000000; font-weight: bold;">do</span>      
            <span style="color: #007800;">cc</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;%03d&quot;</span> <span style="color: #007800;">$c</span><span style="color: #000000; font-weight: bold;">`</span>
            <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>d = <span style="color: #000000;">0</span>; d <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">999</span>; d++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
            <span style="color: #000000; font-weight: bold;">do</span>      
                <span style="color: #007800;">cd</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;%03d&quot;</span> <span style="color: #007800;">$d</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
                <span style="color: #007800;">url</span>=<span style="color: #ff0000;">&quot;http://mediadata.sexdumpert.nl/<span style="color: #007800;">$ca</span>/<span style="color: #007800;">$cb</span>/<span style="color: #007800;">$cc</span>/<span style="color: #007800;">$cd</span>.flv&quot;</span>
                <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #007800;">$url</span>
                <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>curl <span style="color: #007800;">$url</span> <span style="color: #660033;">-o</span> <span style="color: #ff0000;">&quot;files/<span style="color: #007800;">$ca</span>-<span style="color: #007800;">$cb</span>-<span style="color: #007800;">$cc</span>-<span style="color: #007800;">$cd</span>.flv&quot;</span>
&nbsp;
            <span style="color: #000000; font-weight: bold;">done</span>    
        <span style="color: #000000; font-weight: bold;">done</span>    
    <span style="color: #000000; font-weight: bold;">done</span>    
<span style="color: #000000; font-weight: bold;">done</span></pre></div></div>

<p>Hope this for fills some people their needs <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2011/07/17/how-to-download-sexdumpert-nl-photos-or-videos-with-a-simple-bash-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

