This could be a bug or improvement depending on how you look at it.
Some sites (nzbmatrix) provide RSS feeds without HTML Encoding characters
Such as
http://rss.nzbmatrix.com/rss.php?page=details&term=the big bang theory s05 LOL
Obviously this is incorrect as it should be %20 instead of all those spaces, however the RSS input box of sab allows the spaces to be inserted, reports the entire string back to you when viewing it, but only posts up to the "the" when querying the RSS feed, this poses the problem that it ends up downloading everything beginning with the word "the".
The underlying issue is third party sites not HTMLEscaping yes, but I think if sab is storing the rss url then it could escape the characters (or send the full string as intended).
Thanks!
RSS Feeds not escaping special characters
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: RSS Feeds not escaping special characters
Will be fixed in release 0.7.0

