Manual RSS Download links saves files with malformed names
Posted: August 29th, 2011, 9:52 am
First I would like to say Kudos! I love this software, its just what I was looking for once my friend converted me to usenets.
However, I believe I came across a bug where if I click on the Download button on the RSS Feed's Filter page, it starts the download and saves the file with a malformed name. The name appears to be some sort of HTML <a> tag surrounding the correct name of the download. I've looked at the source in Chrome and discovered the name coming from the nzbname attribute of the Download button's form data.
I think that if the nzbname was changed to just the episode name, that it would fix it.
Screenshot:

However, I believe I came across a bug where if I click on the Download button on the RSS Feed's Filter page, it starts the download and saves the file with a malformed name. The name appears to be some sort of HTML <a> tag surrounding the correct name of the download. I've looked at the source in Chrome and discovered the name coming from the nzbname attribute of the Download button's form data.
Code: Select all
<input type="hidden" name="nzbname" value="<a href=`https-++www.newzbin.com+browse+post+5776545+` target=`_blank`>The First 48 - 11x31 - Stolen Lives+Family Bonds&l">Screenshot:
