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