I hereby claim:
- I am abhishesh on github.
- I am abhishesh (https://keybase.io/abhishesh) on keybase.
- I have a public key ASDYUes2W_sGoi-LcRJuDrbI-pWA8S-uuNc_SEJOovzG7go
To claim this, I am signing this object:
| #!/bin/bash | |
| # Check if FFmpeg is installed | |
| if ! command -v ffmpeg &> /dev/null; then | |
| echo "FFmpeg is not installed. Please install it first." | |
| exit 1 | |
| fi | |
| # Check if a directory argument is passed | |
| if [ "$#" -ne 1 ]; then |
I hereby claim:
To claim this, I am signing this object:
| import logging, urllib2 | |
| import https | |
| client_cert_key = None # file path | |
| client_cert_pem = None #file path | |
| ca_certs = None # file path | |
| handlers = [] | |
| handlers.append( HTTPSClientAuthHandler( |