<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://krischer.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://krischer.org/feed.php">
        <title>EDV-Krischer IT-Serice Wiki</title>
        <description></description>
        <link>http://krischer.org/</link>
        <image rdf:resource="http://krischer.org/lib/images/favicon.ico" />
       <dc:date>2010-07-30T23:03:01+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://krischer.org/start"/>
                <rdf:li rdf:resource="http://krischer.org/linux/special/tubeload"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://krischer.org/lib/images/favicon.ico">
        <title>EDV-Krischer IT-Serice Wiki</title>
        <link>http://krischer.org/</link>
        <url>http://krischer.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://krischer.org/start">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-18T11:13:13+02:00</dc:date>
        <dc:creator>Manuel Krischer</dc:creator>
        <title>Krischer.org</title>
        <link>http://krischer.org/start</link>
        <description>This Page is sort of like an  attic, I put everything in, I could not decide if it’s usefull someday again or not.

You will find, Code(Snipplets) in some programming languages, small linux helper tools, some configurations for my special hardware and maybe some information about my used hardware and how to use it with linux.</description>
    </item>
    <item rdf:about="http://krischer.org/linux/special/tubeload">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-25T04:50:41+02:00</dc:date>
        <dc:creator>Manuel Krischer</dc:creator>
        <title>Tubeload/MyStream Download Helper</title>
        <link>http://krischer.org/linux/special/tubeload</link>
        <description>Tubeload/MyStream needs an xvid plugin. To download the Videos instead of direct watching just pass the playerpage url to this script as command line argument like
streamload $URL
~/bin/streamload

#!/bin/bash
# grab html page first
wget $1

#extract filepath from the downloaded html file
#remove of &quot;http://www.tubeload.to/&quot;
tubepage=$(echo $tubesource | cut -d&quot;/&quot; -f4)
tubefile=$(cat $tubepage |  grep &quot;var url&quot; | cut -d&quot;'&quot; -f2)
rm $tubepage

#download file in background
echo &quot;Download of $tubefi…</description>
    </item>
</rdf:RDF>
