Woxy Loungeacts Grabber for PSP versions 1.5/1.0 DEMO by modsyn

This program will download the WOXY.COM podcast XML file, parse out
the links to the lounge acts and let you choose to download on straight
to your /PSP/MUSIC folder. It's made specifically to do only that, so
no illegal file sharing requests, please. For anyone who doesn't know,
WOXY.COM is an online radio station that supports independent musicians.
The lounge acts are just an example of the good stuff you'll hear there.

Also, this is my first socket-level program to write, so have mercy on
me. Support independent music, listen to WOXY!!!!

TODO: I plan on making this a bit more flexible by use of config files.
Something that uses a file similar to this:
entry WOXY
ip 127.0.0.1
host woxy.com
file podcast_loungeacts.xml
end
entry SecondEntry
ip 192.168.1.101
host localhost
file myrss.xml
end

__
I'll try to give credit where credit is due:
Shine & Nevyn - LUA and the demos it comes with
Elxx - I used his modified 'graphicsPrint' function from PSP-HTTPD
KawaGeo - I used some code from his Timer demo