View Single Post
Posts: 9 | Thanked: 5 times | Joined on Dec 2007
#30
I'm having some trouble with This American Life's feed: http://feeds.thisamericanlife.org/talpodcast. Podsync seems to be downloading and processing the feed correctly, but the URL for the mp3 file links to a 302 temporary redirect that the program doesn't seem to be following. e.g. http://feeds.thisamericanlife.org/~r...145103/323.mp3 redirects to http://podcast.thisamericanlife.org/podcast/323.mp3

Instead of the MP3 file, I get a file h323.mp3, containing
Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>406 Not Acceptable</title>
</head><body>
<h1>Not Acceptable</h1>
<p>An appropriate representation of the requested resource /podcast/323.mp3 could not be found on this server.</p>
<hr>
<address>Apache/2.0.54 (Fedora) Server at podcast.thisamericanlife.org Port 80</address>
</body></html>
Downloading the MP3 file with wget seems to work fine though. Maybe an command line switch need to be removed?