Hey!
We are using this public command line tool, youtube-dl (https://github.com/rg3/youtube-dl) for our web app. However, the attempt to download it from the bash console using the command <curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl > failed with the following output: curl: (56) Received HTTP code 403 from proxy after CONNECT
We went through some other similar posts and realized that only white listed APIs are accessible. Can you please whitelist this one?
Thanks a bunch!