y*utube music d*wnloader ``` #!/bin/bash read -p "Enter music URL: " url echo "Your download will begin soon.........." yt-dlp --geo-bypass --write-description --no-overwrites --write-thumbnail\ --progress --write-subs -x --audio-format mp3 --audio-quality 0 --no-keep-video\ --embed-thumbnail --embed-metadata --embed-chapters $url ```