Search found 1 match
- Tue May 12, 2009 11:29 am
- Forum: Tech Show Discussion
- Topic: FLOSS Weekly Ogg feed
- Replies: 45
- Views: 33206
Re: OGG RSS Feed
I put together a little PHP script to make a RSS feed for the OGG version. <?php echo str_replace("<title>FLOSS Weekly</title>","<title>FLOSS Weekly -- OGG-Vorbis Version</title>", str_replace(".mp3",".ogg",file_get_contents("http://leoville.tv/podcasts/floss.xml"))); ?> I just through it on my web...