Undefined variable

This commit is contained in:
Pierre Rudloff 2017-12-23 16:04:55 +01:00
parent 3b7cc9e64b
commit 0c53a95d30

View file

@ -204,6 +204,8 @@ class VideoDownload
*/
private function getRtmpArguments(\stdClass $video)
{
$arguments = [];
foreach ([
'url' => '-rtmp_tcurl',
'webpage_url' => '-rtmp_pageurl',