I am trying to write a piece of code which when given an rss feed or a blog link it can add the mp3 links out of that feed to a database that get then be displayed in a blog aggregator form. So far I have manage to display multiple blog feeds on my website, but that is that title of each post and not the mp3 links which is what I'm after. Does anyone know of anything out there that does this or any code themselves that could be of assistance? Thanks
If you need to parse links from text source, learn more about regular expressions - they will help you do it.