GoldenPod in the Linux journal
Just a little cool note. GoldenPod was featured in this month’s (April) issue of Linux journal in their podcasting article :).
Just a little cool note. GoldenPod was featured in this month’s (April) issue of Linux journal in their podcasting article :).
January 15th, 2007 at 23:25
Eskild,
I found your program very useful for downloading podcasts. It’s a very good command line tool, however I found some problems when using it.
I tried the podcast from Wall Street Journal and the program did not work as expected. While dealing with rss feed not including new lines, the program does not seem to handle the parsing appropriately.
I have made some changes to use XML::XPath in parsing the podcast rss feed. It seems more appropriate to parse XML using perl XML libraries. I wanted to know if you would wish me to submit the changes.
Regards
Vivek Srivastav
January 15th, 2007 at 23:31
I don’t want to add external dependencies on perl libs to goldenpod, because then it suddenly becomes a pain to install and doesn’t just work and run. Please submit a bug report explaining the issue. There has already been a bugfix release for an issue similar to that, so I’d need to test it to find out why it doesn’t deal with it now.