Dont sanitize copy

Hi,

I have been using roboflow for downloading datasets. Looks like the copy button is sanitizing the data. or is this only on my end?

OS ubuntu 22.04

expected:
curl -L “url” > roboflow.zip; unzip roboflow.zip; rm roboflow.zip

got:
curl -L “url” > roboflow.zip; unzip roboflow.zip; rm roboflow.zip