Skip to content

Commit

Permalink
https://github.com/YouPHPTube/YouPHPTube-Encoder/issues/176
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Sep 30, 2019
1 parent 6eac8d5 commit ac17ffd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions objects/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ function isFFMPEG() {
return trim(shell_exec('which ffmpeg'));
}

function isYoutubeDL() {
return trim(shell_exec('which youtube-dl'));
}

function isExifToo() {
return trim(shell_exec('which exiftool'));
}
Expand Down

0 comments on commit ac17ffd

Please sign in to comment.