You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the slow reply. That's very strange, I'm not sure why this should be happening. Do you have an example string that I can call stringByRemovingNewLinesAndWhitespace on to reproduce this issue? The above link text (http://www.myfeed.com/node/1062190) works fine in my tests.
The code
NSString *processedText = [currentText stringByRemovingNewLinesAndWhitespace];
in MWFeedParser.m (line 611) seems to remove required chars.
I had problem with some urls in item link similar to
http://www.myfeed.com/node/1062190
The url was changed in
http://www.myfeed.com/node/ 62 90
(with whitespace)
The text was updated successfully, but these errors were encountered: