Python script, takes yt url, parses for something yt will accept, executes yt with newly discovered url. Usage: ./yt.py https://www.youtube.com/watch?v=hvIctUYRDtY # yt.py #!/usr/bin/python3 # Launch VLC with an (almost) arbitrary Youtube URL. # Assumes Python > 3.5 (or something) ''' Copyright 2019...