We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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...The text was updated successfully, but these errors were encountered: