From 0c53a95d302ac26d9b6fe3f4832d2120a2ab49fb Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 23 Dec 2017 16:04:55 +0100 Subject: [PATCH] Undefined variable --- classes/VideoDownload.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/VideoDownload.php b/classes/VideoDownload.php index bc2d4be..0379eaa 100644 --- a/classes/VideoDownload.php +++ b/classes/VideoDownload.php @@ -204,6 +204,8 @@ class VideoDownload */ private function getRtmpArguments(\stdClass $video) { + $arguments = []; + foreach ([ 'url' => '-rtmp_tcurl', 'webpage_url' => '-rtmp_pageurl',