You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting null value:
I have pass the bin_path as
"bin_path" => "C:/xampp/htdocs/done/youtube-dl/bin/youtube-dl.exe",
// url set
$dl = new Download($url = "https://www.youtube.com/watch?v=ZZXUKK2azNE&t=1s", $format = "mp3", $download_path = "music");
// //Saves the file to specified directory
$media_info =$dl->download();
$media_info = $media_info->first();
dd($media_info );
The text was updated successfully, but these errors were encountered:
I am getting null value:
I have pass the bin_path as
"bin_path" => "C:/xampp/htdocs/done/youtube-dl/bin/youtube-dl.exe",
// url set
$dl = new Download($url = "https://www.youtube.com/watch?v=ZZXUKK2azNE&t=1s", $format = "mp3", $download_path = "music");
The text was updated successfully, but these errors were encountered: