Scripts
Scripts copied to clipboard
Honor http_proxy environment variable
A lot of programs (including ffmpeg), proxies their requests via an HTTP proxy if the environment variable http_proxy is set. This patch gives AdobeHDS.php the same ability.
Example usage:
$ export http_proxy=http://127.0.0.1:8118/
$ php AdobeHDS.php ...