Script to monitor & download TwitCasting, YouTube
-
See example
-
Download docker-compose.yaml & config.yaml
-
Save cookies as file with Netscape format (OPTIONAL)
- Try Open Cookies.txt on Chrome
-
Run
docker compose up -d
npm install
npm run build
-
Make sure you can run
yt-dlp
&ffmpeg
from current working directoryyt-dlp --version
ffmpeg -version
-
Clone and rename
- config.example.yaml to
config.yaml
- Or config.example.json to
config.json
- config.example.yaml to
-
Start normally or with pm2
npm start
pm2 start ecosystem.config.js