Skip to content

Fix for Issue-213: Authenicated podcast using email address for username not...

Andrew requested to merge mr-growl/podcasts:issue-213 into master

Fix for Issue-213: Authenicated podcast using email address for username not working (skeptoid.com/premium.xml)

The url.username automatically url encodes the user name which does not work for this podcast feed. The fix was to replace the %40 in the username back to an @ symbol.

Merge request reports