summary refs log tree commit diff stats
path: root/LICENSE
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-26 00:35:08 +0530
committerAndinus <andinus@nand.sh>2020-03-26 00:35:08 +0530
commit42fd17db30272a03ad705a3eaf11cf413128a2db (patch)
treed5bc6285fab856934001106a328da0f6f8ff1ce8 /LICENSE
parent448fb602b98fbe18f08bf4b95a3f97a45a652611 (diff)
downloadcetus-42fd17db30272a03ad705a3eaf11cf413128a2db.tar.gz
Drop response caching on bpod
Caching on bpod was full of assumptions and very hacky, this commits
removes it all. Images are still cached and we prepend the date to
their file name so that it becomes easier to work with them later.
Also they are seperated by a colon so it's easy to remove the date too
with a script or something.

BPOD is not even an official api and it can get closed anyday, bing
uses this to get bpod on bing.com and we are just using it. They still
have pretty pictures though and so I'll still keep it. If users want
to get all information then they can just use -dump flag and save it
to a file.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions
/a> 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196