Merge branch 'develop' into feature/stream
Conflicts: controllers/FrontController.php
This commit is contained in:
commit
c29285aaf1
6 changed files with 105 additions and 128 deletions
|
@ -113,7 +113,7 @@ class FrontController
|
|||
if (isset($params['audio'])) {
|
||||
try {
|
||||
try {
|
||||
return $this->getStream($params["url"], 'bestaudio', $response, $request);
|
||||
return $this->getStream($params["url"], 'bestaudio[protocol^=http]', $response, $request);
|
||||
} catch (\Exception $e) {
|
||||
$video = $this->download->getJSON($params["url"]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue