Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.sh Secret

Created August 4, 2020 21:37
Show Gist options
  • Save kasramp/1ba20ee8d9375f7712b478edf2b24e94 to your computer and use it in GitHub Desktop.
Save kasramp/1ba20ee8d9375f7712b478edf2b24e94 to your computer and use it in GitHub Desktop.
$ echo "Please wait, your video is downloading";var=$(youtube-dl 'https://www.youtube.com/watch?v=pGoL-uDrrxQ'|grep Destination|cut -d ':' -f2|xargs);output=$(echo $var | sed 's/...$//');output=$output"mp3";avconv -i "$var" "$output";echo "Video File Name : " $var;echo "Audio File Name : " $output;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment