diff --git a/controllers/DownloadController.php b/controllers/DownloadController.php index 7862b6c..e9e2fca 100644 --- a/controllers/DownloadController.php +++ b/controllers/DownloadController.php @@ -130,7 +130,7 @@ class DownloadController extends BaseController return $frontController->password($request, $response); } catch (Exception $e) { // If MP3 is not available, we convert it. - $this->video = $this->video->withFormat('bestaudio'); + $this->video = $this->video->withFormat('bestaudio/best'); return $this->getConvertedAudioResponse($request, $response); }