Skip to content

Instantly share code, notes, and snippets.

@Hossam-Abdin
Last active July 29, 2020 15:23
Show Gist options
  • Save Hossam-Abdin/ed327643ec584355ea3d1c5c824ce5c8 to your computer and use it in GitHub Desktop.
Save Hossam-Abdin/ed327643ec584355ea3d1c5c824ce5c8 to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir temp
cd temp
if [ "$1" = "-mp3" ]; then
youtube-dl -x --audio-format mp3 $2
else
youtube-dl $1
fi
file_name=$(ls)
oneshot -U hossam -W file_name
rm -r temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment