UIKit0 / newsbeuter

Automatically exported from code.google.com/p/newsbeuter
0 stars 0 forks source link

can't get some feeds from Goole reader #231

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Google Reader as a feed source
2. Add http://www.nzbclub.com/nzbfeed.aspx?ss=history%20channel&sz=16 feed
3. try refresh feeds in newsbeuter 

What is the expected output? What do you see instead?
there are no new feeds and error.log says:
[2010-10-03 17:09:53] Error while retrieving 
http://www.google.com/reader/atom/feed/http%3A//www.nzbclub.com/nzbfeed.aspx%3Fs
s=history%20channel&sz=16?n=20: HTTP response code said error

What version of the product are you using? On what operating system?
2.3 and git 

Please provide any additional information below.
I think it somehow connected with space symbol in URL "history%20channel".

Original issue reported on code.google.com by dimavs.n...@gmail.com on 3 Oct 2010 at 6:19

GoogleCodeExporter commented 9 years ago
You are correct in that it is due to incorrect escaping.

Attached is a patch that intercepts the URL google provides and uses curl's 
escaping mechanisms rather than utils::escape_url.

Original comment by a.lown0@gmail.com on 11 Dec 2010 at 9:46

Attachments: