vimeo-download
vimeo-download copied to clipboard
Hi, I forked and updated a few lines of code. Thought you could find it useful.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.21.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
my code for manage the 410 http error: # get the content resp = requests.get(master_json_url) if resp.status_code != 200: if resp.status_code == 410: print('HTTP error (410 Gone)') quit(0) else: match...
Bumps [cryptography](https://github.com/pyca/cryptography) from 1.8.1 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...
I've got the following error messages: ``` ERROR: wifiphisher 1.4 requires pbkdf2, which is not installed. ERROR: wifiphisher 1.4 requires PyRIC, which is not installed. ERROR: wifiphisher 1.4 requires roguehostapd,...
- Update requirements.txt - add a new argument `--destination` to override the default output folder - handle and create, if necessary, sub-folder(s) for output names containing `/`
Hi, the installation of requirements fails with this error: `Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-nraJ0E/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-bAf8ol-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with...
**I'm inexperienced in Python so I don't trust myself to submit a PR, and I have no doubt my lack of experience is clear in this guide. If you're having...