On Mac OS, when you "Get Info" from a file, in "More info", there's a "Where from" information that shows me the original url from where I download the file.
I want to get to this information using Python, and I cannot seem to find a way to do it.
The os.path library doesn't seem to help since it only gives me information on things like creation time, size, etc. and nothing about the original download link.