Scripts icon indicating copy to clipboard operation
Scripts copied to clipboard

Honor http_proxy environment variable

Open stefansundin opened this issue 8 years ago • 0 comments

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 ...

stefansundin avatar Sep 20 '17 03:09 stefansundin