mod_eerf

Shell Script to stream youtube via command line in linux

Feb 28th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. echo "Paste your video url:"
  2. read name
  3. mplayer -ao alsa -vf screenshot -cookies -cookies-file /tmp/cookie.txt $(youtube-dl -g --cookies /tmp/cookie.txt "$name")
Add Comment
Please, Sign In to add comment