Apache/2.4.58 (Ubuntu) is Present
PHP 8.3.6 is Present
Exiftool [/usr/bin/exiftool] is Present
FFMPEG /usr/bin/ffmpeg is Present
Make sure your FFMPEG is 3.x or greater
youtube-dl is not enabled
Update the package list.
sudo apt-get update
sudo apt-get dist-upgrade
Install pip:
sudo apt-get install python-pip
Use pip to install youtube-dl:
sudo pip install youtube-dl
Make sure you have the latest version:
sudo pip install --upgrade youtube-dl
Add this line in you crontab to make sure you will always have the latest youtube-dl:
0 1 * * * sudo pip install --upgrade youtube-dl
Your videos directory is writable
Your max_execution_time is 7200
Your post_max_size is 10G
Your upload_max_filesize is 10G
Your memory_limit is 512M