From e8a8622131eb34b09f6b6de36bf26d8b225b52a6 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 27 Oct 2016 01:27:55 +0200 Subject: [PATCH] Undefined variable --- classes/VideoDownload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/VideoDownload.php b/classes/VideoDownload.php index 995f44b..838fadc 100644 --- a/classes/VideoDownload.php +++ b/classes/VideoDownload.php @@ -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'))); } /**