Skip to content

Instantly share code, notes, and snippets.

@4nth0
Created November 22, 2018 14:14
Show Gist options
  • Save 4nth0/60f6c49331cda3c8a6ad22c9e8db1bb7 to your computer and use it in GitHub Desktop.
Save 4nth0/60f6c49331cda3c8a6ad22c9e8db1bb7 to your computer and use it in GitHub Desktop.
Play YT in VLC
#!/bin/bash
yt_link_to_media=`youtube-dl -g -f best $1`
/Applications/VLC.app/Contents/MacOS/VLC \
--no-video-title-show \
-I macosx \
--video-on-top \
$yt_link_to_media
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment