I have a URL link that if I click on it, it will start downloading a file. The URL looks something like this:
http://somewebsite.com/download?f=someStrings
If I copy the URL and past it, in the URL bar of a web-browser it will start downloading as well.
How can I download the file using Python and preferably without using selenium.