I can't subscribe to a feed URL with plus signs or spaces
Submitted by kosmofilo on Wed, 10/06/2010 - 21:02These URLs work fine on my browser's built-in feed reader, but FeedsAnywhere can't parse them:
joemygod.blogspot.com/feeds/posts/default/-/This%20Week%20In%20Holy%20Crimes
joemygod.blogspot.com/feeds/posts/default/-/This+Week+In+Holy+Crimes
»
Navigation
j/k | selects the next/previous item in the list |
n/p | in title view, selects the next item without opening it |
space/shift+space | moves to the next/previous page |
shift+m | open/close the main menu |
shift+o | open/close the options menu |
enter | select the highlight entry from a menu |
Actions
enter,o | in title view, expands or collapses the selected item |
shift+a | marks all items in the current page as read |
d | go to the item's list of similar stories |
i/u | designate the item as interesting/not interesting |
m | marks the item as read or unread |
s | adds or removes a star from the selected item |
shift+s | open/close the item's share menu |
shift+u | marks all items in the current page as unread |
v | opens the original source for the item in a new tab |
Go To a New Page
g then h | go to the homepage |
g then i | go to the Interesting items view |
g then a | go to the All items view |
g then s | go to the Saved items view |
g then p | go to the Popular items view |
g then f | go to the Select a Feed page |
Application
- | decrease the font size |
= | increase the font size |
esc | close any menu if open, otherwise deselect all items |
? | open/close a decription of keyboard shortcuts |
Thanks for pointing this out.
Thanks for pointing this out. I'm amazed I haven't run into the problem before. It turns out my subscribe function started by decoding the URL so the + or %20 encoding was stripped out by the time it was fetched for parsing. I added a step to change spaces to + and was able to successfully subscribe the feed you mentioned.
That feed also had the side effect of exposing another bug since all of the items have the same title. I typically mark items as duplicates within a feed if they have the same title and are within two days of each other, but there was one spot in the code that didn't check for the date.
Thanks again.
Chad
http://feedsanywhere.com