1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add ability to import videos from all supported youtube-dl sites

This commit is contained in:
Chocobozzz 2018-02-20 18:01:38 +01:00
parent 71578f317e
commit 61b3e146e1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 104 additions and 51 deletions

View file

@ -4,5 +4,5 @@ read -p "This will remove all directories and SQL tables. Are you sure? (y/*) "
echo
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
NODE_ENV=test npm run ts-node "./scripts/danger/clean/cleaner"
NODE_ENV=test npm run ts-node -- --type-check "./scripts/danger/clean/cleaner"
fi

View file

@ -4,5 +4,5 @@ read -p "This will remove all directories and SQL tables. Are you sure? (y/*) "
echo
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
NODE_ENV=production npm run ts-node "./scripts/danger/clean/cleaner"
NODE_ENV=production npm run ts-node -- --type-check "./scripts/danger/clean/cleaner"
fi