Пофиксил формат
This commit is contained in:
parent
8be7755917
commit
1b67177c18
|
@ -17,7 +17,7 @@ class YoutubeDownloadController extends Controller
|
|||
Options::create()
|
||||
->downloadPath(env('PATH_TO_DOWNLOAD'))
|
||||
->url($url)
|
||||
->formatSort(['bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio'])
|
||||
->format('bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio')
|
||||
->mergeOutputFormat('mp4')
|
||||
);
|
||||
$videotitle = '';
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue