iTaybb / pySmartDL

A Smart Download Manager for Python
The Unlicense
194 stars 57 forks source link

utils.url_fix breaks url #41

Closed sleighsoft closed 4 years ago

sleighsoft commented 4 years ago

When using url_fix it corrupts a valid url:

self.mirrors[0]
'<url_removed>'

utils.url_fix(self.mirrors[0])
'<url_removed>'

Given that True is the default it took me a long time to figure this out...

iTaybb commented 4 years ago

A fix will be pushed to master soon. I'll put it in the next release. Until then, you can set fix_urls=False at the SmartDL constructor.