Alt.Binz forum

New Alt.Binz versions => Bugs => Topic started by: moepmoep on August 29, 2010, 12:17:46 pm

Title: 0.31.6 pipes "|" in rss url favorties doesn't work
Post by: moepmoep on August 29, 2010, 12:17:46 pm
When using pipes "|" in rss url it works just fine.

But if you save such an url to your favorites, alt.binz just cuts them up and thinks the pipe in the url is a delimiter between differnet urls.

"http://url.url/rss.php?search=foo|bar|test" appears as "http://url.url/rss.php?search=foo", "bar" and "test" when saved as favorite rss.
Title: Re: 0.31.6 pipes "|" in rss url favorties doesn't work
Post by: Hecks on August 29, 2010, 05:27:12 pm
You could try replacing | with %7C in the url.
Title: Re: 0.31.6 pipes "|" in rss url favorties doesn't work
Post by: moepmoep on August 29, 2010, 07:24:10 pm
that works, i didn't think of that