iTaybb / pySmartDL

A Smart Download Manager for Python
The Unlicense
198 stars 56 forks source link

Add support for passing custom urllib.request.Request object #33

Closed DashLt closed 5 years ago

DashLt commented 5 years ago

This would allow for far more granular control of headers, proxies, etc. while not having to implement this functionality in pySmartDL. Would close #30. Sorry, misread documentation.