- Login in the system with a password;
- Download some videos using youtube-dl;
- View the files and optionally delete them.
Create config.php and set a MD5-encoded password.
Example with an empty password:
<?php
$hash_pwd="d41d8cd98f00b204e9800998ecf8427e";
?>