Closed sleighsoft closed 4 years ago
When using url_fix it corrupts a valid url:
url_fix
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...
True
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.
fix_urls=False
When using
url_fix
it corrupts a valid url:Given that
True
is the default it took me a long time to figure this out...