Undefined variable
This commit is contained in:
parent
d74ec5d1c4
commit
e8a8622131
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class VideoDownload
|
|||
* */
|
||||
public function listExtractors()
|
||||
{
|
||||
return explode(PHP_EOL, trim($this->getProp($url, null, 'list-extractors')));
|
||||
return explode(PHP_EOL, trim($this->getProp(null, null, 'list-extractors')));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue