You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
apps | 3 years ago | |
config | 3 years ago | |
css | 3 years ago | |
script | 3 years ago | |
template | 3 years ago | |
tmp | 3 years ago | |
vendor | 3 years ago | |
.gitignore | 3 years ago | |
.htaccess | 3 years ago | |
LICENCE | 3 years ago | |
README.md | 3 years ago | |
composer.json | 3 years ago | |
composer.lock | 3 years ago | |
humans.txt | 3 years ago | |
index.php | 3 years ago | |
robots.txt | 3 years ago |
README.md
PerYouDow
PERsonal YOUtube-dl DOWnloader is limited PHP/HTML GUI for downloading video on your machine.
Instalation
Without git
mkdir /tmp/peryoudow
cd /tmp/peryoudown
wget https://forge.leslibres.org/Knah-Tsaeb/peryoudow/archive/ master.zip
unzip master.zip
mv master.zip /path/of/web/server/peryoudown
With git
mkdir /path/of/web/server/peryoudown
cd /path/of/web/server/peryoudown
git clone https://forge.leslibres.org/Knah-Tsaeb/peryoudow.git .
Open it this location in your browser. Fill username, password and list of possible destination path separate with semicolon.
cp /path/of/web/server/peryoudown/script/cronTask.sh.sample /path/of/web/server/peryoudown/script/cronTask.sh
Setup a cron job for /path/of/web/server/peryoudown/script/cronTask.sh you can run task every 15 min.
Enjoy :-)