Fix download format
All checks were successful
Push image to registry / build-image (push) Successful in 5m27s
All checks were successful
Push image to registry / build-image (push) Successful in 5m27s
This commit is contained in:
@ -22,7 +22,8 @@ class YTDLPDownloader implements IInstagramVideoDownloader
|
||||
->downloadPath($downloadFolder)
|
||||
->apLogin($accountEmail, $accountPassword)
|
||||
->checkAllFormats(true)
|
||||
->format('bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]')
|
||||
//->format('bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]') // TODO allow downloading audio and video separately and then merging them
|
||||
->format('best[ext=mp4]')
|
||||
->url($postUrl);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user