eyecatchup / php-yt_downloader

PHP Class to download videos from YouTube.
http://eyecatchup.github.com/php-yt_downloader/
293 stars 166 forks source link

Upgrading the library, need help. #31

Open LuigiElleBalotta opened 3 years ago

LuigiElleBalotta commented 3 years ago

Hello, i'm updating the script but i encountered some problems.

First of all, I got some code from a more updated repository (I watched in the "network" section of github).

This is the final class: https://gist.github.com/LuigiElleBalotta/d5f30cbed74e808d67ad44d3f9506d31

The problem is that the video is without the audio. Example: LINK

This is a problem for ffmpeg that outputs "Output file #0 does not contain any stream".

This is the json response from youtube: LINK

Any help?