Lint
This commit is contained in:
parent
f30582a7c3
commit
0a2971399b
7 changed files with 53 additions and 53 deletions
|
@ -195,12 +195,12 @@ class VideoDownload
|
|||
private function addOptionsToRtmpProcess(ProcessBuilder $builder, $video)
|
||||
{
|
||||
foreach ([
|
||||
'url' => 'rtmp',
|
||||
'webpage_url' => 'pageUrl',
|
||||
'player_url' => 'swfVfy',
|
||||
'url' => 'rtmp',
|
||||
'webpage_url' => 'pageUrl',
|
||||
'player_url' => 'swfVfy',
|
||||
'flash_version' => 'flashVer',
|
||||
'play_path' => 'playpath',
|
||||
'app' => 'app',
|
||||
'play_path' => 'playpath',
|
||||
'app' => 'app',
|
||||
] as $property => $option) {
|
||||
if (isset($video->{$property})) {
|
||||
$builder->add('--'.$option);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue