Youtube-dl-php
Youtube-dl-php copied to clipboard
Playlist Download
Can we also have an option where we can download a playlist?
Hello, I think it's already in there.
Will check it and give you an example of how to do it.
This should do it.
use Youtubedl\Youtubedl;
$youtubedl = new Youtubedl();
$youtubedl->isVerbose(true)
->download('PLAYLIST LINK')->execute();