Tons of changes
This commit is contained in:
@@ -5,9 +5,6 @@ if [[ $internet == "connected" ]]
|
||||
then
|
||||
con=$(nmcli | grep "connected to" | sed "s/.*: connected to \(.*\)/\1/g")
|
||||
echo "" $con
|
||||
elif [[ $internet == "disconnected" ]]
|
||||
then
|
||||
echo ""
|
||||
else
|
||||
echo " Not Connected"
|
||||
fi
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
youtube-dl -x --audio-format mp3 -o '%(artist)s - %(track)s.%(ext)s' $1
|
||||
youtube-dl -f bestvideo+bestaudio mp3 -o '%(track)s.%(ext)s' $1
|
||||
|
||||
Reference in New Issue
Block a user