8 messages in com.googlegroups.google-mashup-editorRe: Can't Pull in Feed
FromSent OnAttachments
Haz20 Jul 2007 13:11 
smbale20 Jul 2007 14:29 
Haz22 Jul 2007 11:47 
mark mclaren23 Jul 2007 10:59 
Christian Muise23 Jul 2007 11:50 
mark mclaren23 Jul 2007 12:31 
Christian Muise23 Jul 2007 12:36 
Jason23 Jul 2007 14:37 
Subject:Re: Can't Pull in Feed
From:mark mclaren (mark@gmail.com)
Date:07/23/2007 12:31:26 PM
List:com.googlegroups.google-mashup-editor

Different results eh? That had me flummoxed until I realised that the encoded URL (as fixed by Firefox) although now valid is wrong!

Where the + sign was should be a space (%20). Therefore this should actually work!

http://video.google.com/videofeed?type=search&q=user%3A%22Google%20engEDU%22&so=1&num=20&output=rss

On Jul 23, 7:51 pm, "Christian Muise" <chri@gmail.com> wrote:

Pfft...way to make a liar out of me :p.

I'm 99.9% sure that I took that encoded url (I know that firefox fixes it in the address box) and tried it in the 'Feed Browser' and got the same Server Error... wait...now I'm confused. The url firefox (2.0.0.5) spits back from this:http://video.google.com/videofeed?type=search&q=user: "Google+engEDU"&so=1&num=20&output=rss

...happens to be
this:http://video.google.com/videofeed?type=search&q=user:%22Google+engEDU...

The feed you listed is
this:http://video.google.com/videofeed?type=search&q=user%3A%22Google%2Ben...

They look to be exactly the same minus the conversion of the : and + characters. That and the fact that they actually produce different feeds ;). Yours does wort in the feed browser, but as mentioned it's with the wrong search query. Mine still casts the 'Server Error' - probably because of the : and +.

...ugh