laserchicken icon indicating copy to clipboard operation
laserchicken copied to clipboard

Batch adding RSS feeds

Open devsnd opened this issue 12 years ago • 2 comments
trafficstars

It would be nice to be able to add multiple feeds at once, since I'd like to take all the feeds from my previous feed reader to laserchicken.

I think it would suffice to have a <textarea> where I can paste all the URLs separated by newlines.

devsnd avatar Jul 23 '13 16:07 devsnd

This could be done by having the backend split the field value around whitespace. There's no unencoded whitespace allowed in a URL, is there?

In that case, #10 would get fixed for free.

tilboerner avatar Jul 24 '13 22:07 tilboerner

You are correct.

Whitespaces are encoded as +.

URL-Encoding is a horrible mess.

devsnd avatar Jul 28 '13 23:07 devsnd