skiped checking whether the php exec function is enabled when searching for binary path;fixed typo;

This commit is contained in:
huangjx
2021-10-01 19:56:25 +08:00
parent ac2f314119
commit e04181dbee
2 changed files with 4 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ class Youtube
public function setAudioQuality($value = 0)
{
$this->addOption('--audio-quality', $value);
$this->setOption('--audio-quality', $value);
}
public function GetUrlOnly()