nstrydom2 / anonfile-api

An unofficial Python Anonfiles.com API
MIT License
62 stars 24 forks source link

Proxy args need to be added to the CLI #61

Closed nstrydom2 closed 3 years ago

nstrydom2 commented 3 years ago

Is your feature request related to a problem? Please describe. No response

Describe the solution you'd like The library has proxy support, however it isn't available for use in the CLI. Just add an argument that takes a proxy server from the user.

Describe alternatives you've considered No response

Additional context You should probably find a way to standardize the proxy server option (http, https, socks, etc). What I mean is, the user should maybe include that proxy protocol in the string or by some other way.