yt-mplayer.sh added to play video streams extracted by youtube-dl

This commit is contained in:
Ruzicka Pavel 2016-09-19 04:01:53 +02:00
parent 3f32337ada
commit 187a19b079

3
yt-mplayer.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
mplayer $(youtube-dl -g "$@")