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:
parent
71578f317e
commit
61b3e146e1
7 changed files with 104 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue