amazon-polly-sample icon indicating copy to clipboard operation
amazon-polly-sample copied to clipboard

mp3 broken links

Open billflu opened this issue 8 years ago • 0 comments

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.

billflu avatar May 25 '17 16:05 billflu