I am trying to fetch video details as JSON using PHP exec() I have youtube-dl installed on my CentOS server. Running youtube-dl -J
Tag: youtube-dl
Is there any way to get available resolutions for a vimeo/youtube video over their api endpoints?
I want to check for the available resolutions over the api call when I am retrieving the video details against their video ids (e.g – Im69kzhpR3I[youtube] or 64765355[vimeo]). See My Application …