amazon-polly-sample
amazon-polly-sample copied to clipboard
mp3 broken links
When the podcast.xml is created, the URL of the MP3 and the actual URL don't match. The actual address contains the encoded characters. This means the podcast player cannot find the file.
For example: Address in the podcast.xml file: https://s3.amazonaws.com/[bucket name]/https://krebsonsecurity.com/?p=39245_0.mp3 Actual address https://s3.amazonaws.com/[bucket name]/https%3A//krebsonsecurity.com/%3Fp%3D39245_0.mp3
This happened with another feed I tried also.