Forums

Curl Failed for a public command line tool- Youtube-dl

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!

we only whitelist endpoints if you can show us api documentation that shows that particular endpoint is available to the public. (eg: from google saying that's a public endpoint you can access)