Rss Feed Creater

I need a script written that when it’s run it will scan the directory it’s in and all of it sub-directories for a certain file format.

The script will then create an rss feed as follows:

<?xml version=”1.0″ encoding=”utf-8″ standalone=”yes”?>
<rss version=”2.0″ xmlns:media=”http://search.yahoo.com/mrss/”
xmlns:atom=”http://www.w3.org/2005/Atom”>
<channel>
<title>Feed title</title>
<description>Feed Description</description>
<link>http://www.example_url.com</link>

<item>
<title>Video B</title>
<link>http://example.com/pl_images/B.jpg</link>
<media:thumbnail url=”http://example.com/pl_thumbs/B.jpg”/>
<media:content type=”video/x-flv”
url=”***FILE URL**/>
</item>
</channel>
</rss>

I have a max budget of $30 for this project so please don’t overbid as your bid will be ignored and removed.

Leave a Reply

Your email address will not be published. Required fields are marked *