[issue45466] Simple curl/wget-like download functionality in urllib (like http offers server)

Christian Heimes report at bugs.python.org
Mon Nov 1 13:36:01 EDT 2021


Christian Heimes <lists at cheimes.de> added the comment:

I fear that you underestimate both the complexity of this feature request and the amount of demand from users this feature is going to create. Once we start to offer a command line client for urllib, users **will** ask for more options, e.g. POST requests, custom headers, various TLS/SSL options and so on. There is a ton of hidden complexity in a download tool. curl has over 240 (!) command line options for a reason.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45466>
_______________________________________


More information about the Python-bugs-list mailing list