static S dataSnippetLink(S snippetID) { long id = parseSnippetID(snippetID); if (id >= 1100000 && id < 1200000) ret "http://ai1.space/images/raw/" + id; if (id >= 1200000 && id < 1300000) { // Woody files, actually S pw = muricaPassword(); if (empty(pw)) fail("Please set 'murica password by running #1008829"); ret "http://butter.botcompany.de:8080/1008823/raw/" + id + "?_pass=" + pw; // XXX, although it typically gets hidden when printing } else ret "http://eyeocr.sourceforge.net/filestore/filestore.php?cmd=serve&file=blob_" + id + "&contentType=application/binary"; }