How do I check whether the given url is downloadable or not using Python?
It should return True if it is downloadable else False
An example of a non-downloadable url: www.google.com
Note: I am not speaking about contents of the URL and saving it as a web page.
What is a downloadable URL?
If you redirect to a URL and if a file starts to download, then it is a downloadable url
Example: https://drive.google.com/uc?id=1QOmVDpd8hcVYqqUXDXf68UMDWQZP0wQV&export=download
Note: It downloads the stackoverflow annual survey 2019 data set.