Youtube-dl-php icon indicating copy to clipboard operation
Youtube-dl-php copied to clipboard

Playlist Download

Open jonjieviduya opened this issue 6 years ago • 1 comments

Can we also have an option where we can download a playlist?

jonjieviduya avatar Jan 28 '20 08:01 jonjieviduya

Hello, I think it's already in there.

Will check it and give you an example of how to do it.

chellem avatar Mar 15 '20 09:03 chellem

This should do it.

use Youtubedl\Youtubedl;

$youtubedl = new Youtubedl();
$youtubedl->isVerbose(true)
        ->download('PLAYLIST LINK')->execute();

chellem avatar Mar 27 '23 11:03 chellem