#!/bin/bash url="$1" test -n "$url" || read url url="$( youtube-dl -g "$url" )" nohup vlc "$url" &> /dev/null &