summaryrefslogtreecommitdiffhomepage
path: root/twitchdl
blob: 3fc0fa122854b806612531837439ae20854c2485 (plain)
1
2
3
4
#!/bin/bash

streamlink -o $1 $2 audio && ffmpeg -i $1 $1.mp3 && rm $1 && rsync -P $1.mp3 [email protected]:Downloads/$1.mp3 && rm $1.mp3