-user-agent has been replaced by -user_agent in ffmpeg
This commit is contained in:
parent
5f7b56e437
commit
383ffca6d4
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ class VideoDownload
|
|||
$this->config->avconv,
|
||||
'-v', 'quiet',
|
||||
//Vimeo needs a correct user-agent
|
||||
'-user-agent', $this->getProp(null, null, 'dump-user-agent'),
|
||||
'-user_agent', $this->getProp(null, null, 'dump-user-agent'),
|
||||
'-i', $url,
|
||||
'-f', 'mp3',
|
||||
'-b:a', $this->config->audioBitrate.'k',
|
||||
|
|
Loading…
Reference in a new issue