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
Recently jqueryui.com started to reject all requests from Python's urllib.urlretrieve:
urllib.urlretrieve
Installing jquery-ui. Downloading http://jqueryui.com/resources/download/jquery-ui-1.11.2.zip While: Installing jquery-ui. Error: Error downloading extends for URL http://jqueryui.com/resources/download/jquery-ui-1.11.2.zip: ('http error', 403, 'Forbidden', <httplib.HTTPMessage instance at 0x2b24654b3758>)
Maybe changing user agent would solve it. So it would be great to have possibility to change user agent.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recently jqueryui.com started to reject all requests from Python's
urllib.urlretrieve
:Maybe changing user agent would solve it. So it would be great to have possibility to change user agent.
The text was updated successfully, but these errors were encountered: