Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Aug 12, 2024
1 parent be385cc commit 779c87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objects/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ private static function setDownloaded($queue_id, $filePath)
public static function getYoutubeDl($videoURL, $queue_id, $destinationFile, $addOauthFromProvider = '')
{
global $global;
$videoURL = str_replace("'", '', $videoURL);
$videoURL = escapeshellarg($videoURL);
$tmpfname = _get_temp_file('youtubeDl');

Expand Down

0 comments on commit 779c87a

Please sign in to comment.