mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
be0f7847b7
commit
5a3d901568
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ if(!empty($codeToExec->ffmpegCommand)){
|
|||
}
|
||||
|
||||
if(!empty($codeToExec->keyword)){
|
||||
$keyword = sanitizeFFmpegCommand($codeToExec->keyword);
|
||||
$keyword = preg_replace('/[^a-zA-Z0-9_-]/', '', $codeToExec->keyword);
|
||||
}else{
|
||||
$keyword = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue