skiped checking whether the php exec function is enabled when searching for binary path;fixed typo;
This commit is contained in:
@@ -66,7 +66,7 @@ class Youtube
|
||||
|
||||
public function setAudioQuality($value = 0)
|
||||
{
|
||||
$this->addOption('--audio-quality', $value);
|
||||
$this->setOption('--audio-quality', $value);
|
||||
}
|
||||
|
||||
public function GetUrlOnly()
|
||||
|
||||
Reference in New Issue
Block a user