[06:04] soultcer: if you use the csv format, strings are supposed to be in double-quotes, and newlines inside double-quotes are not a problem (for any PROPER csv parser, anyway) [06:04] delimiters inside double-quotes is also not a problem [06:05] and there is a way in the csv spec to even encode double-quotes inside a double-quoted string. [06:06] although I have no idea how a shortener can even allow newlines [06:06] they can't really put newlines in a Location: header [14:08] Yeah, most URL shorteners are programmed by idiots who never heard about input sanitization [14:09] CSV is a good idea [14:09] Though it means that we will have to change every file we have created so far