DRAW
DRAW copied to clipboard
<, >, and & contained in response
According to reddit docs
**response body encoding ** For legacy reasons, all JSON response bodies currently have <, >, and & replaced with <, >, and &, respectively. If you wish to opt out of this behaviour, add a raw_json=1 parameter to your request.
would it be possible to use this parameter to opt out of this legacy behavior?
was thinking the same thing, because i encountered it yesterday. I had to use a replaceAll to replace the & with & so that the images load properly.
#200 fixes this. Waiting for merge.