Use encodeURIComponent() for feeds in subscription URLs make feeds with parameters in the feed-URL work.
encodeURI() doesn't encode "&" in feed-URLs, so parameters looked like parameters to the subscription URL instead of part of the feed-URLs.
This should fix issue #26 .
Use encodeURIComponent() for feeds in subscription URLs make feeds with parameters in the feed-URL work. encodeURI() doesn't encode "&" in feed-URLs, so parameters looked like parameters to the subscription URL instead of part of the feed-URLs. This should fix issue #26 .