Bash - Download von Videodaten mit Timestamp

function getvid {
ffmpeg -user_agent "Mozilla/5.0 (Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0" -i $1 -c copy "`date +%Y-%m-%d__%H_%M_%S`.mp4"
}