Undefined variable

This commit is contained in:
Pierre Rudloff 2016-10-27 01:27:55 +02:00
parent d74ec5d1c4
commit e8a8622131
1 changed files with 1 additions and 1 deletions

View File

@ -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')));
}
/**